Skip to content

Commit

Permalink
syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
crerwin committed Nov 28, 2023
1 parent 53d861d commit 2e8f940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
poetry install
- name: Unit tests
run: |
poetry run pytest tests/test_{{ matrix.year }}*
poetry run pytest tests/test_${{ matrix.year }}*

0 comments on commit 2e8f940

Please sign in to comment.