Skip to content

Commit

Permalink
Merge b671945 into b9ff30d
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Nov 19, 2021
2 parents b9ff30d + b671945 commit 9924c90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
python-verison: ['3.9']
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/setup-python@v2.2.2
- uses: actions/setup-python@v2.3.0
with:
python-version: ${{ matrix.python-version }}
- run: pip install --upgrade pipenv==2020.8.13
Expand All @@ -44,7 +44,7 @@ jobs:
- uses: actions/checkout@v2.4.0
with:
lfs: true # tests/resources/
- uses: actions/setup-python@v2.2.2
- uses: actions/setup-python@v2.3.0
with:
python-version: ${{ matrix.python-version }}
- run: pip install --upgrade pipenv==2020.8.13
Expand Down

0 comments on commit 9924c90

Please sign in to comment.