Skip to content

Commit cb97002

Browse files
authored
Modify Bilbao test workflow and setup steps
Updated the workflow to run a self-test for Bilbao and modified the setup step.
1 parent 16d3b3a commit cb97002

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/bilbao-test.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,14 @@ jobs:
2121
- name: set up pixi
2222
uses: prefix-dev/[email protected]
2323
with:
24-
environments: ${{ matrix.env }}
25-
pixi-version: v0.39.5
2624
manifest-path: pixi/pixi.toml
2725

28-
- name: test
26+
- name: run Bilbao self-test
27+
run: |
28+
cd pixi
29+
pixi run python -m pytest ../tests/run_bilbao.py
30+
31+
- name: run Bilbao self-test
2932
run: |
3033
cd tests
3134
pixi run --manifest-path ../pixi/pixi.toml python -m pytest run_bilbao.py

0 commit comments

Comments
 (0)