Skip to content

Commit

Permalink
squash: another attempts
Browse files Browse the repository at this point in the history
  • Loading branch information
happz committed Apr 11, 2024
1 parent 6ac31cd commit c24cfd1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/type-annotations/main.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ require+:
enabled: false

adjust+:
- when: initiator is not defined or distro == fedora-39
because: Enable locally or in CI on Fedora 39
- when: initiator is not defined
because: Enable locally only

enabled: true

Expand Down
2 changes: 1 addition & 1 deletion tests/type-annotations/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ rlJournalStart

# Note: we're not in the root directory!
pushd ../../
rlRun "$TEST_VENV/bin/python3 -m mypy --config-file=pyproject.toml"
rlRun "$TEST_VENV/bin/python3 -m mypy --config-file=pyproject.toml --install-types"
rlRun "$TEST_VENV/bin/python3 -m pyright"
popd

Expand Down

0 comments on commit c24cfd1

Please sign in to comment.