Skip to content

Commit

Permalink
Fix Python error
Browse files Browse the repository at this point in the history
  • Loading branch information
gminn committed Dec 29, 2023
1 parent 16a6882 commit c25f805
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ota-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: WeFault Fleet Build & OTA Deploy
on:
push:
branches:
- gminn/add-nightly-ota
- gminn/add-auto-ota-deploy

jobs:
ota-deploy:
Expand All @@ -17,7 +17,7 @@ jobs:
cd $GITHUB_WORKSPACE
- name: Setup Python Virtual Environment
run: |
python -m venv venv
python3 -m venv venv
. venv/bin/activate
- name: Setup west workspace
run: |
Expand Down

0 comments on commit c25f805

Please sign in to comment.