Skip to content

Commit

Permalink
Always run sage: doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
saraedum committed Nov 13, 2023
1 parent 06e1d27 commit 49b4a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
shell: bash -l {0}
run: |
mamba remove -y pytest # sage -t breaks in some old versions of SageMath if pytest is installed
sage -tp --force-lib --long --optional=${{ matrix.optionals }} veerer doc
sage -tp --force-lib --long --optional=sage,${{ matrix.optionals }} veerer doc
- name: Run pytest
shell: bash -l {0}
working-directory: tests
Expand Down

0 comments on commit 49b4a83

Please sign in to comment.