We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed429f7 commit fe992ebCopy full SHA for fe992eb
1 file changed
.github/workflows/unit_tests.yml
@@ -39,7 +39,7 @@ jobs:
39
echo ${OWM_KEY} > ~/.local/share/neon/owm.txt
40
echo ${GENERIC_CONTROLLER_CONFIG} > ~/.local/share/neon/credentials.json
41
env:
42
- WOLFRAM_ID: ${{secrets.wolfram_id}}
+ WOLFRAM_APP_ID: ${{secrets.wolfram_id}}
43
AV_API_KEY: ${{secrets.alpha_vantage_key}}
44
OWM_KEY: ${{secrets.open_weather_map_key}}
45
GENERIC_CONTROLLER_CONFIG: ${{secrets.generic_controller_config}}
@@ -104,4 +104,4 @@ jobs:
104
uses: actions/upload-artifact@v4
105
with:
106
name: generic-controller-test-results-${{matrix.python-version}}
107
- path: tests/generic-controller-test-results.xml
+ path: tests/generic-controller-test-results.xml
0 commit comments