Skip to content

Commit

Permalink
remove shell command
Browse files Browse the repository at this point in the history
  • Loading branch information
kenzaxtazi committed Sep 7, 2023
1 parent 9278939 commit 7683d60
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ on:

jobs:

example-3:
defaults:
run:
shell: bash -l {0}

test:
runs-on: ubuntu-latest

Expand All @@ -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:
Expand Down

0 comments on commit 7683d60

Please sign in to comment.