Skip to content

Commit

Permalink
Fix version of pyre-check to 0.9.18 for antsibull 0.52.0 test.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Oct 23, 2023
1 parent 7ce1fc5 commit 7d76113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/antsibull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
python -m venv venv
. ./venv/bin/activate
python -m pip install --upgrade pip
python -m pip install . ../antsibull-changelog ../antsibull-core "pyre-check ~= 0.9" ansible-core "wheel"
python -m pip install . ../antsibull-changelog ../antsibull-core "pyre-check == 0.9.18" ansible-core "wheel"
ansible-galaxy collection install community.general
working-directory: antsibull

Expand Down

0 comments on commit 7d76113

Please sign in to comment.