Skip to content

Commit

Permalink
Merge pull request #34 from multimeric/docs-improvements
Browse files Browse the repository at this point in the history
Minor chores
  • Loading branch information
multimeric authored May 23, 2024
2 parents 9769c2e + 0a90f4c commit e124cba
Show file tree
Hide file tree
Showing 5 changed files with 206 additions and 225 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v3

Expand All @@ -25,14 +25,12 @@ jobs:
run: poetry install --with lint --with tests

- uses: pre-commit/[email protected]
if: matrix['python-version'] != '3.7'

- name: Test with pytest
run: |
poetry run pytest
- name: Test readme notebook
if: matrix['python-version'] != '3.7'
run: |
poetry install --with readme
poetry run jupyter nbconvert --to markdown README.ipynb
Expand Down
4 changes: 4 additions & 0 deletions codegen/id_mapping/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
To regenerate the ID mapping types:
```bash
poetry run python codegen/id_mapping/generate.py > unipressed/id_mapping/types.py
```
Loading

0 comments on commit e124cba

Please sign in to comment.