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 4d3a332 commit 3ee05c1Copy full SHA for 3ee05c1
.github/workflows/testallowfail.yml
@@ -21,6 +21,8 @@ jobs:
21
22
steps:
23
- uses: actions/checkout@v2
24
+ - name: Disable etelemetry
25
+ run: echo ::set-env name=NO_ET::TRUE
26
- name: Set up Python ${{ matrix.python-version }} on ${{ matrix.os }}
27
uses: actions/setup-python@v2
28
with:
.github/workflows/testpydra.yml
@@ -19,6 +19,8 @@ jobs:
19
20
0 commit comments