Update tests.yml
This commit is contained in:
parent
7c521c1982
commit
321784b368
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -27,7 +27,7 @@ jobs:
|
||||
|
||||
- name: Install dependencies and run tests
|
||||
env:
|
||||
OPENWEATHERMAP_API_KEY: secrets.OPENWEATHERMAP_API_KEY
|
||||
OPENWEATHERMAP_API_KEY: ${{ secrets.OPENWEATHERMAP_API_KEY }}
|
||||
run: |
|
||||
echo "$PWD"
|
||||
pip install wheel
|
||||
|
Loading…
Reference in New Issue
Block a user