Skip to content

Commit

Permalink
Fix typo in setup recipe in tests workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Kutu committed Jun 1, 2024
1 parent 48de5bb commit 8439716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
with:
path: venv
key: ${{ runner.os }}-${{ hashFiles('requirements/requirements-tests.txt') }}
- run: just setup-test
- run: just setup-tests
- run: just test

0 comments on commit 8439716

Please sign in to comment.