Skip to content

Commit

Permalink
using venv on macOS 14 to find python
Browse files Browse the repository at this point in the history
  • Loading branch information
yc-kanyun committed Mar 20, 2024
1 parent d579c47 commit d01f876
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ jobs:

- name: Install PlatformIO
run: |
python3 -m pip install --upgrade pip
python3 -m venv .venv
source .venv/bin/activate
pip install -U platformio
platformio update
Expand Down

0 comments on commit d01f876

Please sign in to comment.