Skip to content

Commit

Permalink
Merge pull request #47 from alexferl/alexferl-patch-1
Browse files Browse the repository at this point in the history
Update test.yaml
  • Loading branch information
alexferl authored Apr 3, 2024
2 parents 09edf0d + 57285dd commit 9687824
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ jobs:
FLASK: 2.2.5
steps:
- name: 'Set up Python ${{ matrix.python-version }}'
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: '${{ matrix.python-version }}'
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: pip install pytest Flask==$FLASK
env:
FLASK: '${{ matrix.FLASK }}'
Expand Down

0 comments on commit 9687824

Please sign in to comment.