File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,13 +33,10 @@ jobs:
3333 pip install . -r requirements/test_requirements.txt
3434 - name : Export credentials
3535 run : |
36- mkdir -p ~/.local/share/neon
37- echo ${WOLFRAM_ID} > ~/.local/share/neon/wolfram.txt
3836 echo ${AV_API_KEY} > ~/.local/share/neon/alpha_vantage.txt
3937 echo ${OWM_KEY} > ~/.local/share/neon/owm.txt
4038 echo ${GENERIC_CONTROLLER_CONFIG} > ~/.local/share/neon/credentials.json
4139 env :
42- WOLFRAM_APP_ID : ${{secrets.wolfram_id}}
4340 AV_API_KEY : ${{secrets.alpha_vantage_key}}
4441 OWM_KEY : ${{secrets.open_weather_map_key}}
4542 GENERIC_CONTROLLER_CONFIG : ${{secrets.generic_controller_config}}
6259 - name : Test Wolfram API
6360 run : |
6461 pytest tests/test_wolfram_api.py --doctest-modules --junitxml=tests/wolfram-api-test-results.xml
62+ env :
63+ WOLFRAM_APP_ID : ${{secrets.wolfram_id}}
6564 - name : Upload Wolfram API test results
6665 uses : actions/upload-artifact@v4
6766 with :
You can’t perform that action at this time.
0 commit comments