From 10da2c9af5fca672daf8ed4e2fab5c813af2f423 Mon Sep 17 00:00:00 2001 From: AmandaBirmingham Date: Tue, 21 Nov 2023 13:59:09 -0800 Subject: [PATCH] WIP correct CI yaml syntax --- .github/workflows/main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index c277d34..e54c2ab 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -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