Skip to content

Commit

Permalink
CI: Pipx for openPMD-validator (#480)
Browse files Browse the repository at this point in the history
* CI: Pipx for openPMD-validator

Replace `pip` with `pipx` for proper entry points.

* Fix pipx install
  • Loading branch information
ax3l authored Dec 5, 2023
1 parent a1e85ef commit c780d41
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,8 +42,9 @@ 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
set -e
python3 -m pip install --upgrade pipx
python3 -m pipx install openPMD-validator
- name: CCache Cache
uses: actions/cache@v3
# - once stored under a key, they become immutable (even if local cache path content changes)
Expand Down

0 comments on commit c780d41

Please sign in to comment.