Skip to content

Commit

Permalink
Merge pull request #93 from trustimaging/fix-workflow
Browse files Browse the repository at this point in the history
Fix workflows
  • Loading branch information
ccuetom authored Jan 24, 2025
2 parents fd9e088 + 1806084 commit 3156651
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Setup conda
uses: conda-incubator/setup-miniconda@v2
with:
mamba-version: "*"
miniforge-version: latest
channels: conda-forge,defaults
channel-priority: true
activate-environment: stride
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tutorials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Setup conda
uses: conda-incubator/setup-miniconda@v2
with:
mamba-version: "*"
miniforge-version: latest
channels: conda-forge,defaults
channel-priority: true
activate-environment: stride
Expand Down

0 comments on commit 3156651

Please sign in to comment.