Skip to content

Commit bc701c0

Browse files
remove zsh directive (not necessary, breaks GHA)
1 parent e1f7e3b commit bc701c0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/github-actions.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ jobs:
102102
architecture: ${{ matrix.python_arch }}
103103

104104
- name: test
105-
shell: zsh {0}
106105
run: |
107106
${{ steps.setup.outputs.python-path }} -m venv .venv
108107
source .venv/bin/activate
@@ -125,7 +124,6 @@ jobs:
125124
python-version: '3.11'
126125
architecture: 'x64'
127126
- name: generate coverage report
128-
shell: zsh {0}
129127
run: |
130128
${{ steps.setup.outputs.python-path }} -m venv .venv
131129
source .venv/bin/activate
@@ -155,7 +153,6 @@ jobs:
155153
architecture: 'x64'
156154

157155
- name: generate docs
158-
shell: zsh {0}
159156
run: |
160157
${{ steps.setup.outputs.python-path }} -m venv .venv
161158
source .venv/bin/activate

0 commit comments

Comments
 (0)