Skip to content

Commit 6d1bed5

Browse files
committed
ci: fix macosx virtual machine parallel issue
1 parent f841b32 commit 6d1bed5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ jobs:
6565
AWS_REGION: "us-east-1"
6666
PYTEST_OPTS: ${{ matrix.pytest_opts }}
6767
REQUIREMENTS: ${{ matrix.requirements }}
68+
# fixes error on macosx virtual machine with pytest-parallel
69+
# https://github.com/browsertron/pytest-parallel/issues/93
70+
no_proxy: "*"
6871

6972
test-rsconnect:
7073
name: "Test RSConnect"

0 commit comments

Comments
 (0)