Skip to content

Commit

Permalink
fix CI variable
Browse files Browse the repository at this point in the history
  • Loading branch information
DomFijan committed Oct 25, 2024
1 parent 6998a06 commit e64d97e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: glotzerlab/workflows/setup-uv@33f1cd458d4d39d0101cfa67d13dd3a9e118eefd
with:
only-binary: ":none:"
lockfile: ".github/workflows/requirements${{matrix.python-version}}.txt"
lockfile: ".github/workflows/requirements${{matrix.python}}.txt"
- name: Run tests
run: python3 -m pytest -v

Expand Down

0 comments on commit e64d97e

Please sign in to comment.