Skip to content

Commit

Permalink
Test: print env
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSalinas98 authored Sep 10, 2024
1 parent 1ad8b73 commit a7c768d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ jobs:
run: |
pip install --user scipion-installer
python3 -m scipioninstaller -conda -noXmipp -noAsk scipion
- name: Test: print env
working-directory: ${{ github.workspace }}/../
run: |
scipion/scipion3 printenv
false
- name: Cloning Xmipp
working-directory: ${{ github.workspace }}/../
Expand Down

0 comments on commit a7c768d

Please sign in to comment.