Skip to content

Commit

Permalink
WIP correct CI yaml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
AmandaBirmingham committed Nov 21, 2023
1 parent d1be2ef commit 10da2c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:

steps:
- name: Check out repository
- uses: actions/checkout@v3
uses: actions/checkout@v3

- name: Set up Conda
- uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
activate-environment: pysyndna
Expand Down

0 comments on commit 10da2c9

Please sign in to comment.