File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
with :
19
19
python-version : 3.13
20
20
allow-prereleases : true
21
- - run : uv sync --dev
21
+ - run : uv sync --test
22
22
- name : Run tests
23
23
# TODO: #8818 Re-enable quantum tests
24
24
run : uv run pytest
Original file line number Diff line number Diff line change 19
19
- uses : actions/setup-python@v5
20
20
with :
21
21
python-version : 3.x
22
- - run : uv sync --group=euler-validate, test
22
+ - run : uv sync --group=euler-validate --group= test
23
23
- run : uv run pytest --doctest-modules --cov-report=term-missing:skip-covered --cov=project_euler/ project_euler/
24
24
validate-solutions :
25
25
runs-on : ubuntu-latest
29
29
- uses : actions/setup-python@v5
30
30
with :
31
31
python-version : 3.x
32
- - run : uv sync --group=euler-validate, test
32
+ - run : uv sync --group=euler-validate --group= test
33
33
- run : uv run pytest scripts/validate_solutions.py
34
34
env :
35
35
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments