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 committed Dec 28, 2021
1 parent 63c3145 commit b129686
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci_workflow.yml
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 @@ -35,6 +37,8 @@ jobs:
pytest:
runs-on: ubuntu-latest
env:
SETUPTOOLS_USE_DISTUTILS: stdlib
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
Expand Down

0 comments on commit b129686

Please sign in to comment.