File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 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}}
Original file line number Diff line number Diff 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
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
You can’t perform that action at this time.
0 commit comments