Skip to content

Commit bfc71aa

Browse files
committed
Fix python-nightly ci entry
(credits to @faucct - cloudpipe#411)
1 parent 7d2db18 commit bfc71aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ jobs:
9292

9393
python-nightly:
9494
runs-on: ubuntu-18.04
95+
env:
96+
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
9597
steps:
9698
- uses: actions/checkout@v1
9799
- name: Install Python from ppa:deadsnakes/nightly

0 commit comments

Comments
 (0)