Skip to content

Commit

Permalink
Workaround for broken pip+setuptools interaction.
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored and dependabot[bot] committed Dec 28, 2021
1 parent 2e297f3 commit a07fc4a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on: [push]
jobs:
linting:
runs-on: ubuntu-latest
env:
SETUPTOOLS_USE_DISTUTILS: stdlib
strategy:
matrix:
python-version: ["3.9"]
Expand Down Expand Up @@ -36,7 +38,7 @@ jobs:
pytest:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
SETUPTOOLS_USE_DISTUTILS: stdlib
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
Expand Down

0 comments on commit a07fc4a

Please sign in to comment.