Skip to content

Commit

Permalink
Reduce matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
corydolphin committed Jun 25, 2023
1 parent dda3c51 commit 48cdd2d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/unittests.yaml
Expand Up @@ -9,10 +9,7 @@ jobs:
matrix:
python-version: [ "3.8", "3.9", "3.10", "3.11"]
dependencies:
- "flask==0.10.1 werkzeug==0.16.1" # pin werkzeug for Flask 10, 10.1 since Flask does not pin it itself.
- "flask==0.10 werkzeug==0.16.1"
- "flask==1.0"
- "flask==1.1"
- "flask==1.1 Jinja2==3.0.3 itsdangerous==2.0.1"
- "flask==2.3.2"
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 48cdd2d

Please sign in to comment.