Skip to content

Commit

Permalink
Correcting wrong pip package name
Browse files Browse the repository at this point in the history
  • Loading branch information
emprice committed Apr 1, 2024
1 parent 1d0a90d commit 5776571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install documentation dependencies
run: |
sudo apt install opencl-c-headers ocl-icd-opencl-dev doxygen
sudo pip3 install --upgrade pip3 setuptools build
sudo pip3 install --upgrade pip setuptools build
pip3 install --user --upgrade -r $GITHUB_WORKSPACE/doc/requirements.txt
python3 -m build --wheel $GITHUB_WORKSPACE
pip3 install --user --upgrade --ignore-installed $GITHUB_WORKSPACE/dist/*.whl
Expand Down

0 comments on commit 5776571

Please sign in to comment.