File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 21
21
- run : uv sync --dev
22
22
- name : Run tests
23
23
# TODO: #8818 Re-enable quantum tests
24
- run : uvx pytest
24
+ run : uv run pytest
25
25
--ignore=computer_vision/cnn_classification.py
26
26
--ignore=docs/conf.py
27
27
--ignore=dynamic_programming/k_means_clustering_tensorflow.py
Original file line number Diff line number Diff line change 20
20
with :
21
21
python-version : 3.x
22
22
- run : uv sync --group=euler-validate
23
- - run : uvx pytest --doctest-modules --cov-report=term-missing:skip-covered --cov=project_euler/ project_euler/
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
26
26
steps :
30
30
with :
31
31
python-version : 3.x
32
32
- run : uv sync --group=euler-validate
33
- - run : uvx pytest scripts/validate_solutions.py
33
+ - run : uv run pytest scripts/validate_solutions.py
34
34
env :
35
35
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 33
33
allow-prereleases : true
34
34
- run : uv sync --group=docs
35
35
- uses : actions/configure-pages@v5
36
- - run : uvx sphinx-build -c docs . docs/_build/html
36
+ - run : uv run sphinx-build -c docs . docs/_build/html
37
37
- uses : actions/upload-pages-artifact@v3
38
38
with :
39
39
path : docs/_build/html
You can’t perform that action at this time.
0 commit comments