Skip to content

Commit

Permalink
fix(ci): jupyter build during pytest detach
Browse files Browse the repository at this point in the history
  • Loading branch information
spool committed Dec 11, 2023
1 parent 98f2ce1 commit f69a387
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 @@ -58,7 +58,7 @@ jobs:
- name: Build, Test and Save Test Coverage
run: |
docker compose build jupyter
docker compose up --detach
docker compose up jupyter --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)
echo "jupyter_id=$JUPYTER_ID" >> $GITHUB_ENV
Expand Down

0 comments on commit f69a387

Please sign in to comment.