Skip to content

Commit

Permalink
fix(ci): only build jupyter for python testing
Browse files Browse the repository at this point in the history
  • Loading branch information
spool committed Dec 11, 2023
1 parent 1bc8891 commit c7ff9ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

- name: Build, Test and Save Test Coverage
run: |
docker compose build
docker compose build jupyter
docker compose up --detach
docker compose exec jupyter bash -c "conda run -n $CONDA_ENV_NAME --cwd python pytest -p no:sugar"
export JUPYTER_ID=$(docker compose ps -q jupyter)
Expand Down

0 comments on commit c7ff9ac

Please sign in to comment.