Skip to content

Commit 3ee05c1

Browse files
committed
add NO_ET to all testing workflows
1 parent 4d3a332 commit 3ee05c1

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/testallowfail.yml

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

2222
steps:
2323
- uses: actions/checkout@v2
24+
- name: Disable etelemetry
25+
run: echo ::set-env name=NO_ET::TRUE
2426
- name: Set up Python ${{ matrix.python-version }} on ${{ matrix.os }}
2527
uses: actions/setup-python@v2
2628
with:

.github/workflows/testpydra.yml

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

2020
steps:
2121
- uses: actions/checkout@v2
22+
- name: Disable etelemetry
23+
run: echo ::set-env name=NO_ET::TRUE
2224
- name: Set up Python ${{ matrix.python-version }} on ${{ matrix.os }}
2325
uses: actions/setup-python@v2
2426
with:

0 commit comments

Comments
 (0)