We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92fa431 commit a6f34feCopy full SHA for a6f34fe
.github/workflows/cibuild.yml
@@ -24,20 +24,12 @@ jobs:
24
cache: true
25
- name: Install
26
run: |
27
- curl -fsSL https://pixi.sh/install.sh | sh
28
- source $HOME/.bashrc
29
- which pixi
30
pixi install
31
pixi install -e test
32
pixi run mhpl8r getrefr
33
- name: Test with pytest
34
35
- # Move the source code so the tests run on the *installed* code (which is where the
36
- # reference genome index is placed) rather than the source code
37
- mv microhapulator mhpl8r_src
38
pixi run test
39
- # Move the code back for style check
40
- mv mhpl8r_src microhapulator
41
- name: Style and documentation check
42
43
pixi run style
0 commit comments