We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e697e04 commit ee9860cCopy full SHA for ee9860c
1 file changed
.github/workflows/pytest.yml
@@ -37,22 +37,10 @@ jobs:
37
run: |
38
uv pip install -e ".[dev]"
39
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
47
- uv pip install git+https://github.com/stanford-centaur/PyPantograph
48
49
- - name: Install torch
50
51
- uv pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu
52
53
- name: Run pytest
54
env:
55
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_ACCESS_TOKEN }}
56
57
- uv run pytest -v
+ source .venv/bin/activate
+ pytest -v
58
0 commit comments