Skip to content

Commit

Permalink
fix(ci): fix docker ci and reinstate env var
Browse files Browse the repository at this point in the history
  • Loading branch information
spool committed Dec 11, 2023
1 parent 8cdeea2 commit 9c43ff1
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 @@ -59,7 +59,7 @@ jobs:
run: |
docker compose build jupyter
docker compose up jupyter --detach
docker compose exec jupyter bash -c "conda run -n $env_name --cwd python pytest pytest"
docker compose exec -u 0 jupyter bash -c "conda run -n ${{ env.CONDA_ENV_NAME }} --cwd python pytest"
export JUPYTER_ID=$(docker compose ps -q jupyter)
echo "jupyter_id=$JUPYTER_ID" >> $GITHUB_ENV
echo "jupyter_id=$JUPYTER_ID"
Expand Down

0 comments on commit 9c43ff1

Please sign in to comment.