Skip to content

Commit

Permalink
.github/workflows/linux.yml: install python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
WolframRhodium committed Oct 7, 2024
1 parent 8fd163e commit 1fde7e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Install cython
run: |
python -m pip install --upgrade pip
pip install cython
pip install cython setuptools wheel
- name: Set PKG_CONFIG_PATH
run: echo "PKG_CONFIG_PATH=$pythonLocation/lib/pkgconfig" >> $GITHUB_ENV
Expand Down

0 comments on commit 1fde7e6

Please sign in to comment.