Skip to content

Commit

Permalink
adding secret access to backend test action
Browse files Browse the repository at this point in the history
  • Loading branch information
krachwal committed Dec 19, 2023
1 parent 9ef957b commit dab29d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-backend-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:

- name: "Install dependencies & run unit tests"
working-directory: ./python-backend
env:
WOLFRAM_APP_ID: ${{ secrets.WOLFRAM_APP_ID }}
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
Expand Down

0 comments on commit dab29d2

Please sign in to comment.