Skip to content

Commit

Permalink
In process
Browse files Browse the repository at this point in the history
  • Loading branch information
dprada committed Jun 21, 2024
1 parent b3998c9 commit 3fbb05c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/install_ubuntu_latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
fetch-depth: 0

- name: Rename source directory to avoid conflict
shell: bash -l {0}
run: |
mv pyunitwizard pyunitwizard_src
Expand All @@ -47,12 +48,13 @@ jobs:
- name: Info conda
shell: bash -l {0}
run: |
micromamba activate test
micromamba info
micromamba list
micromamba search pyunitwizard --channel uibcdf
- name: Test installation
shell: bash -l {0}
run: |
micromamba install -n test pyunitwizard
micromamba activate test
python -c "import pyunitwizard; print(pyunitwizard.__version__)"

0 comments on commit 3fbb05c

Please sign in to comment.