feat: Updated CI

api-breakage
Morty Space 4 years ago
parent 0f855f5e0b
commit 89b4b8fedf
  1. 1
      .github/workflows/test.yml

@ -58,6 +58,7 @@ jobs:
if: matrix.python-version == '3.10' if: matrix.python-version == '3.10'
run: poetry run pre-commit run -a run: poetry run pre-commit run -a
- name: Auto-generate missing pairs - name: Auto-generate missing pairs
if: matrix.python-version == '3.10'
run: | run: |
. activate.sh && poetry run python generatestructs.py . activate.sh && poetry run python generatestructs.py
poetry run python generatestructs.py poetry run python generatestructs.py

Loading…
Cancel
Save