Skip to content

Commit 1b4935c

Browse files
Update ci.yml
1 parent 65d6a6a commit 1b4935c

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,9 @@ jobs:
1212
- uses: actions/setup-python@v5
1313
with:
1414
python-version: "3.11"
15-
- name: Install pytest only
15+
- name: Install deps
1616
run: |
1717
python -m pip install --upgrade pip
18-
pip install pytest==8.3.3
19-
- name: Show repo and test file
20-
run: |
21-
python -V
22-
ls -la
23-
echo "--- tests dir ---"
24-
ls -la tests || true
25-
echo "--- test file content ---"
26-
test -f tests/test_ci.py && sed -n '1,120p' tests/test_ci.py || echo "tests/test_ci.py is missing"
27-
- name: Run just this file
28-
run: pytest -vv tests/test_ci.py
18+
pip install pytest==8.3.3 z3-solver==4.13.0.0
19+
- name: Run tests
20+
run: pytest -ra

0 commit comments

Comments
 (0)