Skip to content

Commit

Permalink
ci: install werkzeug from el8 for Python 3.6
Browse files Browse the repository at this point in the history
Install werkzeug library in the version distributed in el8, in order to
be as close as this environment as possible and try reproduce #419.
  • Loading branch information
rezib committed Dec 4, 2024
1 parent 4bd5ca9 commit fd1b7dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ jobs:
pip install PyYAML==5.4.1
echo "::notice::Installing PyJWT (old version)"
pip install PyJWT==2.4.0
echo "::notice::Installing Werkzeug (old version)"
pip install "Werkzeug<0.13"
echo "::notice::Installing Flask (old version)"
pip install "flask<2.1.0"
echo "::notice::Installing requests (old version)"
Expand Down

0 comments on commit fd1b7dd

Please sign in to comment.