Skip to content

Commit b9b27d5

Browse files
committed
CI: specify environment for tests-ci
1 parent 14a235a commit b9b27d5

File tree

3 files changed

+343
-2
lines changed

3 files changed

+343
-2
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
cache: true
3333
environments: ${{ matrix.environment }}
3434
- name: Run tests
35-
run: pixi run tests-ci
35+
run: pixi run --environment=tests-ci tests-ci

0 commit comments

Comments
 (0)