From c780d41192c3a31746fc4b52772adaca74895119 Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Mon, 4 Dec 2023 20:56:30 -0800 Subject: [PATCH] CI: Pipx for openPMD-validator (#480) * CI: Pipx for openPMD-validator Replace `pip` with `pipx` for proper entry points. * Fix pipx install --- .github/workflows/macos.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 307440a5b..b57613197 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -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)