File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1717
1818 - name : Install python packages
1919 uses : ./.github/actions/install_requirements
20-
20+
2121 - name : Install helm plugins
2222 run : helm plugin install https://github.com/losisin/helm-values-schema-json.git
23-
23+
2424 - name : Run tox
25- run : tox -e ${{ inputs.tox }}
25+ run : uv run --frozen tox -e ${{ inputs.tox }}
Original file line number Diff line number Diff line change 3232 python-version : ${{ matrix.python-version }}
3333
3434 - name : Unit tests
35- run : uv run tox -e tests
35+ run : uv run --frozen tox -e tests
3636
3737 - name : Upload coverage to Codecov
3838 uses : codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5
6666 run : uv run blueapi -c ${{ github.workspace }}/tests/unit_tests/example_yaml/valid_stomp_config.yaml serve &
6767
6868 - name : Run tests
69- run : uv run tox -e system-test
69+ run : uv run --frozen tox -e tests
7070
7171 container :
7272 needs : [test, system-test]
You can’t perform that action at this time.
0 commit comments