Skip to content

Commit a6f34fe

Browse files
committed
Troubleshooting CI
1 parent 92fa431 commit a6f34fe

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/cibuild.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,12 @@ jobs:
2424
cache: true
2525
- name: Install
2626
run: |
27-
curl -fsSL https://pixi.sh/install.sh | sh
28-
source $HOME/.bashrc
29-
which pixi
3027
pixi install
3128
pixi install -e test
3229
pixi run mhpl8r getrefr
3330
- name: Test with pytest
3431
run: |
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
3832
pixi run test
39-
# Move the code back for style check
40-
mv mhpl8r_src microhapulator
4133
- name: Style and documentation check
4234
run: |
4335
pixi run style

0 commit comments

Comments
 (0)