Skip to content

Commit

Permalink
adds setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
raphenya committed Sep 7, 2023
1 parent f1df82f commit 239a5a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7","3.8","3.9","3.10","3.11"]
python-version: ["3.7"]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -75,6 +75,7 @@ jobs:
python -m pip install --upgrade pip
#python -m pip install flake8 pytest
python -m pip install pytest
python -m pip install setuptools
- name: Install rgi
run: |
Expand Down

0 comments on commit 239a5a8

Please sign in to comment.