diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f08f806..cc1a910 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,11 +10,6 @@ on: jobs: - example-3: - defaults: - run: - shell: bash -l {0} - test: runs-on: ubuntu-latest @@ -38,7 +33,6 @@ jobs: - name: Display Python version run: python -c "import sys; print(sys.version)" - - name: Install Miniconda uses: conda-incubator/setup-miniconda@v2 with: