Skip to content

Commit

Permalink
Pin version of nox_poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
drhagen committed Apr 25, 2021
1 parent a596c64 commit e0e9365
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install nox
run: |
python -m pip install --upgrade pip
pip install nox_poetry poetry
pip install nox_poetry==0.8.1 poetry
- name: Test with nox
run: nox -e test-${{ matrix.python-version }}
- name: Store coverage
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Install nox
run: |
python -m pip install --upgrade pip
pip install nox_poetry poetry
pip install nox_poetry==0.8.1 poetry
- name: Fetch coverage
uses: actions/download-artifact@v2
with:
Expand All @@ -60,6 +60,6 @@ jobs:
- name: Install nox
run: |
python -m pip install --upgrade pip
pip install nox_poetry poetry
pip install nox_poetry==0.8.1 poetry
- name: Run linters
run: nox -e lint

0 comments on commit e0e9365

Please sign in to comment.