Skip to content

Commit

Permalink
tmate
Browse files Browse the repository at this point in the history
  • Loading branch information
petrelharp committed Jan 5, 2025
1 parent f85c131 commit 5459e67
Show file tree
Hide file tree
Showing 2 changed files with 8 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,6 +74,13 @@ jobs:
pwd
pip install -r requirements/CI/requirements.txt
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
timeout-minutes: 15
# 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 @@ -86,10 +93,3 @@ jobs:
-n 0 \
-v \
tests
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
timeout-minutes: 15
# note: after logging in do:
# eval "$('/c/Miniconda/Scripts/conda.exe' 'shell.bash' 'hook')"
# conda activate "anaconda-client-env"
1 change: 1 addition & 0 deletions tests/test_slim_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ def test_simulate(self, tmp_path):
# print("::: STDERR")
# print(stderr)
ts = tskit.load(fname)
assert False
# assert ts.num_samples == 10
# assert all(tree.num_roots == 1 for tree in ts.trees())

Expand Down

0 comments on commit 5459e67

Please sign in to comment.