We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1f7e3b commit bc701c0Copy full SHA for bc701c0
.github/workflows/github-actions.yml
@@ -102,7 +102,6 @@ jobs:
102
architecture: ${{ matrix.python_arch }}
103
104
- name: test
105
- shell: zsh {0}
106
run: |
107
${{ steps.setup.outputs.python-path }} -m venv .venv
108
source .venv/bin/activate
@@ -125,7 +124,6 @@ jobs:
125
124
python-version: '3.11'
126
architecture: 'x64'
127
- name: generate coverage report
128
129
130
131
@@ -155,7 +153,6 @@ jobs:
155
153
156
154
157
- name: generate docs
158
159
160
161
0 commit comments