Skip to content

Commit 4547587

Browse files
committed
Remove no longer required step
1 parent 187a49c commit 4547587

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/_system_test.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ jobs:
1919
# Check out example services
2020
submodules: true
2121

22-
- name: Install python packages
23-
uses: ./.github/actions/install_requirements
24-
2522
- name: Compose services
2623
uses: hoverkraft-tech/compose-action@3846bcd61da338e9eaaf83e7ed0234a12b099b72 # v2.4.1
2724
with:
@@ -31,7 +28,7 @@ jobs:
3128
env:
3229
EPICS_CA_NAME_SERVERS: 127.0.0.1:9064
3330
EPICS_PVA_NAME_SERVERS: 127.0.0.1:9075
34-
run: blueapi -c ${{ github.workspace }}/tests/system_tests/config.yaml serve &
31+
run: uv run blueapi -c ${{ github.workspace }}/tests/system_tests/config.yaml serve &
3532

3633
- name: Run tests
37-
run: tox -e system-test
34+
run: uv run --locked tox -e system-test

0 commit comments

Comments
 (0)