Skip to content

Commit

Permalink
testing what happens if we don't set SAGE_ROOT
Browse files Browse the repository at this point in the history
  • Loading branch information
malb committed Aug 24, 2023
1 parent 8f85aa2 commit a9d1f04
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ jobs:
sudo DEBIAN_FRONTEND=noninteractive apt-get install $DEPS
- name: Test
run: |
export SAGE_ROOT=`sage -c "import os; print(os.environ['SAGE_ROOT'])" | tail -1`
export PATH="$SAGE_ROOT/bin:$PATH"
export SAGE_LOCAL="$SAGE_ROOT/local"
export DOT_SAGE=$HOME/.sage/
pip install --upgrade pytest traitlets nbmake nbclient sphinxcontrib-jupyter
# TODO: for some strange reason it hangs otherwise
Expand Down

0 comments on commit a9d1f04

Please sign in to comment.