Skip to content

Commit bc0c118

Browse files
committed
no need to specify ssl
1 parent d6c6a15 commit bc0c118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ jobs:
192192
run: just run-server --ssl
193193
- name: Run tests
194194
run: |
195-
SSL=ssl just integration-tests
195+
just integration-tests
196196
197197
make_sdist:
198198
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)