Skip to content

Commit

Permalink
another try, remembering to install pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
stringertheory committed Feb 5, 2024
1 parent 69650d8 commit f659df2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
- name: Set up the environment
uses: ./.github/actions/setup-poetry-env-only-main

- name: just add pytest for running tests
run: poetry add pytest

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

Expand Down

0 comments on commit f659df2

Please sign in to comment.