Skip to content

Commit

Permalink
Trying again by telling it to use a certain shell.
Browse files Browse the repository at this point in the history
  • Loading branch information
JPGlaser committed Jul 25, 2023
1 parent 4d6dec3 commit b3ef241
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test_notebook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,18 @@ jobs:
mamba-version: "*"
channels: conda-forge,defaults
channel-priority: true
- name: Conda info
shell: bash -el {0}
run: conda info
- name: Install Dependencies & Main Code
shell: bash -el {0}
run: |
pip install --upgrade pip
pip install pytest
mamba install -c conda-forge python=${{ matrix.python-version }} cython=0.29.36 tempo2 scikit-sparse
pip install -e .
- name: Test with Standard Pulsar
shell: bash -el {0}
run: |
export PULSAR_NAME='J0605+3757'
export JUPYTER_PLATFORM_DIRS=1 && jupyter --paths
Expand Down

0 comments on commit b3ef241

Please sign in to comment.