Skip to content

Commit

Permalink
Merge pull request #81 from malb/no-sage-root
Browse files Browse the repository at this point in the history
Don't set SAGE_ROOT
  • Loading branch information
malb committed Aug 24, 2023
2 parents 8f85aa2 + a9d1f04 commit fd4a460
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 fd4a460

Please sign in to comment.