Skip to content

Commit

Permalink
try skipping doctests for 3.10 oldest [2]
Browse files Browse the repository at this point in the history
  • Loading branch information
jGaboardi committed Jun 20, 2024
1 parent 2fd484f commit fc25cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

- name: declare doctest run
run: |
if [[ $matrix.environment-file == 'ci/310-oldest.yaml'; then
if [[ $matrix.environment-file == 'ci/310-oldest.yaml' ]]; then
echo "DOCTEST='--doctest-modules'" >> "$GITHUB_ENV"
else
echo "DOCTEST=''" >> "$GITHUB_ENV"
Expand Down

0 comments on commit fc25cc6

Please sign in to comment.