Skip to content

Commit

Permalink
Try to fix CI Heptapod
Browse files Browse the repository at this point in the history
  • Loading branch information
paugier committed Nov 6, 2024
1 parent d2ad66c commit ea1a13e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ test-run:
- . ~/.bashrc
- conda-app install pipx python=3.11
- conda env list
- conda-app uninstall pipx -y
- which pipx
- pipx --version
- conda-app uninstall pipx -y
- conda env list
- hg debuginstall
- mkdir -p $HOME/tmp
- cd $HOME/tmp
Expand Down

0 comments on commit ea1a13e

Please sign in to comment.