Skip to content

Commit

Permalink
Same as last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
GuiMacielPereira committed Dec 2, 2024
1 parent b3cf2cf commit 4c82c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_conda_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
echo "recentCommits=$(test -z $(git log --since="yesterday" -1 --format=%h) && echo false || echo true)" >> $GITHUB_ENV
- name: Setup Miniconda
if: ${{ env.recentCommits == 'true'}}
# if: ${{ env.recentCommits == 'true'}}
uses: conda-incubator/[email protected]
with:
miniforge-version: latest
Expand Down

0 comments on commit 4c82c24

Please sign in to comment.