Skip to content

Commit a1fb6b2

Browse files
committed
Ah, github secrets cannot be used in PRs from forked repos.
1 parent 0266ead commit a1fb6b2

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/ci_cron_weekly.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,6 @@ jobs:
3434
run: |
3535
python -m pip install --upgrade pip tox
3636
- name: Test with tox
37+
env:
38+
ADS_DEV_KEY: ${{ secrets.ADS_DEV_KEY }}
3739
run: tox ${{ matrix.toxargs}} -e ${{ matrix.toxenv}} -- ${{ matrix.toxposargs}}

.github/workflows/ci_tests.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,10 @@ jobs:
4242
python: 3.8
4343
toxenv: py38-test-alldeps
4444

45-
- name: Python 3.8 with all optional dependencies, remote tests, and coverage checking
45+
- name: Python 3.8 with all optional dependencies and coverage checking
4646
os: ubuntu-latest
4747
python: 3.8
4848
toxenv: py38-test-alldeps-cov
49-
toxposargs: --remote-data
5049

5150
# - name: Windows - Python 3.8 with all optional dependencies
5251
# os: windows-latest
@@ -88,8 +87,6 @@ jobs:
8887
python -m pip install --upgrade pip
8988
python -m pip install tox codecov
9089
- name: Test with tox
91-
env:
92-
ADS_DEV_KEY: ${{ secrets.ADS_DEV_KEY }}
9390
run: tox ${{ matrix.toxargs }} -e ${{ matrix.toxenv }} -- ${{ matrix.toxposargs }}
9491

9592
# This is an example of how to upload coverage to codecov

0 commit comments

Comments
 (0)