Skip to content

Commit

Permalink
fix(ci): remove echo command in pytest CI
Browse files Browse the repository at this point in the history
  • Loading branch information
spool committed Jan 19, 2024
1 parent eab98ac commit 3b42e2f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ jobs:
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"
- name: Check accessing saved jupyter_id
run: |
Expand Down

0 comments on commit 3b42e2f

Please sign in to comment.