From 73d6bd5c550cdc642ef4fc4f3b5849ec7022cc80 Mon Sep 17 00:00:00 2001 From: Lachlan Grose Date: Tue, 17 Dec 2024 15:06:00 +1100 Subject: [PATCH] Update tester.yml --- .github/workflows/tester.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tester.yml b/.github/workflows/tester.yml index 3a711df5..67e257f0 100644 --- a/.github/workflows/tester.yml +++ b/.github/workflows/tester.yml @@ -27,7 +27,7 @@ jobs: - uses: actions/checkout@v4 - uses: conda-incubator/setup-miniconda@v3 with: - python-version: ${{ matrix.python }} + python-version: ${{ matrix.python }} - name: Installing dependencies shell: | bash -l {0} @@ -40,4 +40,4 @@ jobs: - name: pytest shell: bash -l {0} run: | - pytest \ No newline at end of file + pytest