Skip to content

Commit

Permalink
fix: use python 3.10 instead of 3.11 on CI (#1555)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuditi committed Feb 6, 2023
1 parent 6cfbadc commit ca12e5c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/covector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,13 @@ jobs:
sudo apt-get update
sudo apt-get install libudev-dev libusb-1.0-0-dev
# Temporary fix for "ValueError: invalid mode: 'rU' while trying to load binding.gyp"
# This can be removed when "prebuild" updates "node-gyp"
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: '3.10'

- name: Run Yarn Install
working-directory: client/bindings/nodejs/
run: yarn install
Expand Down

0 comments on commit ca12e5c

Please sign in to comment.