chore: run generation only for python 3.10

main
Morty Space 3 years ago
parent bd370ec818
commit 49f6d5f274
  1. 1
      .github/workflows/test_release.yml

@ -60,6 +60,7 @@ jobs:
if: matrix.python-version == '3.10.7'
run: poetry run pre-commit run -a
- name: Auto-generate missing pairs
if: matrix.python-version == '3.10.7'
run: . activate.sh && poetry run python generatestructs.py
- name: Commit & Push changes
if: matrix.python-version == '3.10.7' && github.ref == 'refs/heads/main'

Loading…
Cancel
Save