Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
petrelharp committed Dec 28, 2024
1 parent 229c3b6 commit 5361959
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,6 @@ jobs:
pwd
pip install -r requirements/CI/requirements.txt
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
timeout-minutes: 30
# note: after logging in do:
# eval "$('/c/Miniconda/Scripts/conda.exe' 'shell.bash' 'hook')"
# conda activate "anaconda-client-env"

- name: run test suite
run: |
echo "test pwd"
Expand All @@ -93,3 +86,10 @@ jobs:
-n 0 \
-v \
tests
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
timeout-minutes: 30
# note: after logging in do:
# eval "$('/c/Miniconda/Scripts/conda.exe' 'shell.bash' 'hook')"
# conda activate "anaconda-client-env"

0 comments on commit 5361959

Please sign in to comment.