Skip to content

Commit

Permalink
using pip to install pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
stringertheory committed Feb 5, 2024
1 parent f659df2 commit cce81b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: ./.github/actions/setup-poetry-env-only-main

- name: just add pytest for running tests
run: poetry add pytest
run: poetry run python -m pip install -U pytest

- name: Check if documentation can be built
run: make test-only-main
Expand Down

0 comments on commit cce81b6

Please sign in to comment.