Skip to content

Commit 35fafed

Browse files
committed
Update WA API Key Handling
1 parent 64789c1 commit 35fafed

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/unit_tests.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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}}
@@ -62,6 +59,8 @@ jobs:
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:

0 commit comments

Comments
 (0)