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