Skip to content

Commit 5808241

Browse files
committed
Use 80 port on launch
1 parent 7416ac8 commit 5808241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ jobs:
2222
${{ runner.os }}-pip-
2323
- name: Run tests
2424
run: |
25-
export COMMANDLINE_ARGS="--tests basic_features --no-half --disable-opt-split-attention --use-cpu all --skip-torch-cuda-test"
25+
export COMMANDLINE_ARGS="--tests basic_features --no-half --disable-opt-split-attention --use-cpu all --skip-torch-cuda-test --port 80"
2626
python launch.py

0 commit comments

Comments
 (0)