|
|
|
@ -60,6 +60,7 @@ jobs: |
|
|
|
if: matrix.python-version == '3.10.7' |
|
|
|
if: matrix.python-version == '3.10.7' |
|
|
|
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.7' |
|
|
|
run: . activate.sh && poetry run python generatestructs.py |
|
|
|
run: . activate.sh && poetry run python generatestructs.py |
|
|
|
- name: Commit & Push changes |
|
|
|
- name: Commit & Push changes |
|
|
|
if: matrix.python-version == '3.10.7' && github.ref == 'refs/heads/main' |
|
|
|
if: matrix.python-version == '3.10.7' && github.ref == 'refs/heads/main' |
|
|
|
|