Skip to content

Commit

Permalink
Merge 2c93d7b into 5565d0a
Browse files Browse the repository at this point in the history
  • Loading branch information
fphammerle committed Oct 3, 2020
2 parents 5565d0a + 2c93d7b commit e3f99f8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python.yml
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- run: pip install --upgrade pipenv>=2018.10.9
- run: pip install --upgrade pipenv==2020.8.13
- run: pipenv install --python "$PYTHON_VERSION" --deploy --dev
env:
PYTHON_VERSION: ${{ matrix.python-version }}
Expand All @@ -39,12 +39,13 @@ jobs:
- 3.6
- 3.7
- 3.8
fail-fast: false
steps:
- uses: actions/checkout@v1
- uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- run: pip install --upgrade pipenv>=2018.10.9
- run: pip install --upgrade pipenv==2020.8.13
- run: pipenv install --python "$PYTHON_VERSION" --deploy --dev
env:
PYTHON_VERSION: ${{ matrix.python-version }}
Expand Down

0 comments on commit e3f99f8

Please sign in to comment.