Skip to content

Commit

Permalink
run test from pixi
Browse files Browse the repository at this point in the history
  • Loading branch information
briantoby committed Feb 10, 2025
1 parent 01dff63 commit d46d36c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/reftest.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: explore self-test fail
name: explore self-test failure

on: [workflow_dispatch]

Expand Down Expand Up @@ -49,8 +49,8 @@ jobs:

# run install to see if it works
- name: Build
run: pixi run --manifest-path pixi/pixi.toml -e ${{ matrix.env }} install${{ matrix.os.cmd_extra }}
run: pixi run --manifest-path pixi/pixi.toml -e ${{ matrix.env }} install${{ matrix.os.cmd_extra }}

- name: test
run: |
pixi run -e ${{ matrix.env }} python tests/test_scriptref.py
pixi run --manifest-path pixi/pixi.toml -e ${{ matrix.env }} python tests/test_scriptref.py

0 comments on commit d46d36c

Please sign in to comment.