Update tests.yml
This commit is contained in:
parent
c19cbf733f
commit
d8eb4d52f6
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -27,6 +27,7 @@ jobs:
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
echo "$PWD"
|
||||
pip install wheel
|
||||
pip install -e ./
|
||||
# cd inkycal/modules && ls -al
|
||||
@ -36,6 +37,7 @@ jobs:
|
||||
OPENWEATHERMAP_API_KEY: secrets.OPENWEATHERMAP_API_KEY
|
||||
|
||||
run: |
|
||||
echo "$PWD"
|
||||
# cd ..
|
||||
cd tests
|
||||
wget https://raw.githubusercontent.com/aceisace/Inkycal/assets/tests/settings.json
|
||||
|
Loading…
Reference in New Issue
Block a user