Skip to content

Commit

Permalink
Merge dc42529 into d551dd4
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jun 10, 2022
2 parents d551dd4 + dc42529 commit ba0dd34
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@v3
- uses: actions/setup-python@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- run: pip install --upgrade pipenv==2020.8.13
Expand All @@ -43,7 +43,7 @@ jobs:
- uses: actions/checkout@v3
with:
lfs: true # tests/resources/
- uses: actions/setup-python@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- run: pip install --upgrade pipenv==2020.8.13
Expand Down

0 comments on commit ba0dd34

Please sign in to comment.