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 f7cd061 commit b3998c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/install_macos_latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ jobs:
- name: Info conda
shell: bash -l {0}
run: |
micromamba activate test
micromamba info
micromamba list
micromamba search pyunitwizard --channel uibcdf
- name: Test installation
run: |
micromamba install -n test pyunitwizard
micromamba activate test
python -c "import pyunitwizard; print(pyunitwizard.__version__)"
2 changes: 1 addition & 1 deletion .github/workflows/install_ubuntu_latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ jobs:
- name: Info conda
shell: bash -l {0}
run: |
micromamba activate test
micromamba info
micromamba list
micromamba search pyunitwizard --channel uibcdf
- name: Test installation
run: |
micromamba install -n test pyunitwizard
micromamba activate test
python -c "import pyunitwizard; print(pyunitwizard.__version__)"

0 comments on commit b3998c9

Please sign in to comment.