From 69dcbe5a3b5a9df4b2802d43dc830069e4705835 Mon Sep 17 00:00:00 2001 From: Howard Butler Date: Thu, 5 Dec 2024 11:47:06 -0600 Subject: [PATCH] syntax3 --- .github/workflows/main.yaml | 38 ++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 636d9ee..19b484e 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -24,22 +24,22 @@ jobs: run: shell: bash -l {0} steps: - - name: Checkout repository - uses: actions/checkout@v3 - - uses: mamba-org/setup-micromamba@v2 - with: - init-shell: bash - environment-file: "environment.yml" - environment-name: "trenchrun"" - cache-environment: true - cache-downloads: true - - name: "Install Trenchrun" - run: pip install . - - name: 'Debug Info' - run: | - echo python location: `which python` - echo python version: `python --version` - echo pytest location: `which pytest` - echo installed packages - conda list - pip list + - name: Checkout repository + uses: actions/checkout@v3 + - uses: mamba-org/setup-micromamba@v2 + with: + init-shell: bash + environment-file: "environment.yml" + environment-name: "trenchrun"" + cache-environment: true + cache-downloads: true + - name: "Install Trenchrun" + run: pip install . + - name: 'Debug Info' + run: | + echo python location: `which python` + echo python version: `python --version` + echo pytest location: `which pytest` + echo installed packages + conda list + pip list