Skip to content

Commit

Permalink
fix: github actions: python tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger committed Feb 17, 2024
1 parent fe46487 commit 038550b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,8 @@ jobs:
# temporary only until distutils provided in Python 3.12
- name: Install setuptools for Python3.12
with:
python-version: 3.12
run: |
pip install setuptools
if [ "${{ matrix.python-version }}" == "3.12" ]; then pip install setuptools; fi
- name: Install python project
run: |
Expand Down

0 comments on commit 038550b

Please sign in to comment.