File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1818 with :
1919 python-version : 3.13
2020 allow-prereleases : true
21- - run : uv sync --dev
21+ - run : uv sync --test
2222 - name : Run tests
2323 # TODO: #8818 Re-enable quantum tests
2424 run : uv run pytest
Original file line number Diff line number Diff line change 1919 - uses : actions/setup-python@v5
2020 with :
2121 python-version : 3.x
22- - run : uv sync --group=euler-validate, test
22+ - run : uv sync --group=euler-validate --group= test
2323 - run : uv run pytest --doctest-modules --cov-report=term-missing:skip-covered --cov=project_euler/ project_euler/
2424 validate-solutions :
2525 runs-on : ubuntu-latest
2929 - uses : actions/setup-python@v5
3030 with :
3131 python-version : 3.x
32- - run : uv sync --group=euler-validate, test
32+ - run : uv sync --group=euler-validate --group= test
3333 - run : uv run pytest scripts/validate_solutions.py
3434 env :
3535 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments