Skip to content

Commit 9d7a28a

Browse files
committed
Fix github testing
1 parent 2682219 commit 9d7a28a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/testing.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ jobs:
1414
cache: true # enable caching of installed envs
1515
# only write new caches on main pushes (optional)
1616
cache-write: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
17-
# ensure the 'test' environment(s) are installed
18-
environments: test
1917
# don't activate env (we'll call pixi run -e test explicitly)
2018
activate-environment: false
2119
# prefer using existing lockfile if present (faster, deterministic)
@@ -24,4 +22,4 @@ jobs:
2422
- name: Verify pixi and run tests
2523
run: |
2624
pixi --version
27-
pixi run -e test pytest
25+
pixi run -e tests tests -v

0 commit comments

Comments
 (0)