Skip to content

Commit

Permalink
y
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-kaplan committed Apr 25, 2023
1 parent 6ef21f3 commit 0748e11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fbf-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 0748e11

Please sign in to comment.