Skip to content

Commit

Permalink
Try to fix CI macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
paugier committed Nov 6, 2024
1 parent 33a2885 commit a59ca96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,14 @@ jobs:
python -m pip install -e .
which conda-app
- name: test install mercurial
- name: test install mercurial and pipx
run: |
conda-app install mercurial
conda-app list
- name: test install pipx
run: |
conda-app install pipx python=3.12
conda-app list
pipx --version
conda-app uninstall pipx -y
conda-app list
- name: test installed mercurial
run: |
Expand Down
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ test-run:
- conda --version
- pip install .
- conda-app install mercurial
- . ~/.bashrc
- conda-app install pipx python=3.11
- conda env list
- pipx --version
- conda-app uninstall pipx -y
- . ~/.bashrc
- pipx --version
- hg debuginstall
- mkdir -p $HOME/tmp
- cd $HOME/tmp
Expand Down

0 comments on commit a59ca96

Please sign in to comment.