Skip to content

Commit

Permalink
Add missing install with pip
Browse files Browse the repository at this point in the history
  • Loading branch information
Hind-M committed Mar 15, 2024
1 parent 58bbd78 commit 09469a2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/unix_impl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
verify_pkg_tests:
name: mamba-content-trust tests
needs: ["build_shared_unix"]
runs-on: ubuntu-latest
if: startsWith(inputs.os, 'ubuntu')
steps:
- name: Checkout mamba repository
uses: actions/checkout@v4
Expand All @@ -185,8 +185,10 @@ jobs:
- name: Run tests using conda-content-trust (server side)
shell: bash -l {0} -euo pipefail -x
run: |
export TEST_MAMBA_EXE="${PWD}/build/micromamba/mamba"
export TEST_MAMBA_EXE="${pwd}/build/micromamba/mamba"
export MAMBA_ROOT_PREFIX="${HOME}/micromamba"
unset CONDARC # Interferes with tests
python -m pip install securesystemslib --no-input --no-deps
cd micromamba/test-server
./generate_gpg_keys.sh
./testserver_pkg_signing.sh

0 comments on commit 09469a2

Please sign in to comment.