Skip to content

Commit

Permalink
CI: Pipx for openPMD-validator
Browse files Browse the repository at this point in the history
Replace `pip` with `pipx` for proper entry points.
  • Loading branch information
ax3l committed Dec 5, 2023
1 parent a1e85ef commit e2cad91
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:
python3 -m pip install --upgrade pytest
python3 -m pip install --upgrade -r requirements_mpi.txt
python3 -m pip install --upgrade -r examples/requirements.txt
python3 -m pip install --upgrade openPMD-validator
python3 -m pip install --upgrade pipx
python3 -m pipx install --upgrade openPMD-validator
set -e
- name: CCache Cache
uses: actions/cache@v3
Expand Down

0 comments on commit e2cad91

Please sign in to comment.