Skip to content

Commit

Permalink
Update lint-library-generator.yml
Browse files Browse the repository at this point in the history
Fix pipenv logic for matrixed tests.
  • Loading branch information
TKIPisalegacycipher committed Aug 8, 2024
1 parent 9dea777 commit 5c9da08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-library-generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install pipenv
pipenv install --deploy
pipenv install --python ${{ matrix.python-version }}
pipenv install flake8 pytest
- name: Lint with flake8
run: |
Expand Down

0 comments on commit 5c9da08

Please sign in to comment.