diff --git a/.github/workflows/fbf-test.yaml b/.github/workflows/fbf-test.yaml index 4d34abbe..dcbcf9a5 100644 --- a/.github/workflows/fbf-test.yaml +++ b/.github/workflows/fbf-test.yaml @@ -15,7 +15,7 @@ jobs: run: shell: bash -elo pipefail {0} steps: - - run: ls -l /usr/share/miniconda + - run: ls -l /usr/share/miniconda/condabin - uses: actions/checkout@v3 - name: restore miniconda cache @@ -71,4 +71,4 @@ jobs: if: steps.restore-fbfmaproom-env.outputs.cache-hit != 'true' - name: run fbf tests - run: source ${{env.CONDA_PATH}}/etc/profile.d/conda.sh && conda activate fbfmaproom && cd fbfmaproom && CONFIG=fbfmaproom-sample.yaml python -m pytest + run: source ${{env.CONDA_PATH}}/etc/profile.d/conda.sh && conda activate fbfmaproom && cd fbfmaproom && CONFIG=fbfmaproom-sample.yaml python -m pytest tests/test_pingrid.py