Skip to content

Commit

Permalink
Fixed Conda version advances #2
Browse files Browse the repository at this point in the history
  • Loading branch information
pab1s committed Mar 19, 2024
1 parent fc269c8 commit ad08c66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_workflow.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Conda Environment Workflow
name: Test Workflow

on:
push:
Expand All @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Conda
uses: conda-incubator/setup-miniconda@v4
uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
environment-file: environment.yaml
Expand Down

0 comments on commit ad08c66

Please sign in to comment.