Skip to content

Commit

Permalink
Add setuptools to build requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
gertjanklein committed May 25, 2024
1 parent 67dec3d commit cfb9143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python-version: '3.12'
- name: Install dependencies
run: |
python -m pip install --upgrade pip wheel
python -m pip install --upgrade pip wheel setuptools
# Temporary fix for indirect dependency PyYAML build error
pip install "cython<3.0.0" && pip install pyyaml==5.4.1 --no-build-isolation
pip install -r requirements_test.txt
Expand Down

0 comments on commit cfb9143

Please sign in to comment.