Skip to content

Commit

Permalink
Activate virtual environment
Browse files Browse the repository at this point in the history
  • Loading branch information
gminn committed Jan 5, 2024
1 parent 498465d commit 72de627
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ota-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ jobs:

- name: Upload payload and deploy release
run: |
cd $GITHUB_WORKSPACE
cd ../
. venv/bin/activate
memfault \
--org-token ${{ secrets.THINGY91_OTA_ORG_TOKEN }} \
--org {{ env.MEMFAULT_ORG }} \
Expand Down

0 comments on commit 72de627

Please sign in to comment.