Skip to content

Commit

Permalink
ci: update pip on macOS to avoid "error" annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
mscdex committed May 3, 2024
1 parent 76160ec commit 21ce740
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Upgrade pip
run: python3.10 -m pip install --upgrade pip
- name: Check Node.js version
run: node -pe process.versions
- name: Install module
Expand Down

0 comments on commit 21ce740

Please sign in to comment.