Skip to content

Commit

Permalink
New pr-tests GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
gbayarri committed Jan 7, 2025
1 parent e96e8a8 commit eb05825
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/linting_and_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
run: |
ls ${{ github.workspace }}
- name: Remove all micromamba installations
run: |
rm -rf /home/user/.bash_profile /home/user/.conda /home/user/micromamba /home/user/micromamba-bin 2>/dev/null
touch /home/user/.bash_profile
# - name: Remove all micromamba installations
# run: |
# rm -rf /home/user/.bash_profile /home/user/.conda /home/user/micromamba /home/user/micromamba-bin 2>/dev/null
# touch /home/user/.bash_profile

- name: setup-micromamba
uses: mamba-org/[email protected]
Expand Down

0 comments on commit eb05825

Please sign in to comment.