Skip to content

Commit ee9860c

Browse files
committed
remove pantograph step
1 parent e697e04 commit ee9860c

1 file changed

Lines changed: 2 additions & 14 deletions

File tree

.github/workflows/pytest.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -37,22 +37,10 @@ jobs:
3737
run: |
3838
uv pip install -e ".[dev]"
3939
40-
- name: Set up elan
41-
run: |
42-
curl https://raw.githubusercontent.com/leanprover/elan/master/elan-init.sh -sSf | sh -s -- -y
43-
echo "$HOME/.elan/bin" >> $GITHUB_PATH
44-
45-
- name: Install Pantograph
46-
run: |
47-
uv pip install git+https://github.com/stanford-centaur/PyPantograph
48-
49-
- name: Install torch
50-
run: |
51-
uv pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
52-
5340
- name: Run pytest
5441
env:
5542
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_ACCESS_TOKEN }}
5643
run: |
57-
uv run pytest -v
44+
source .venv/bin/activate
45+
pytest -v
5846

0 commit comments

Comments
 (0)