Skip to content

Commit

Permalink
Use Python 3.9
Browse files Browse the repository at this point in the history
Use updated version of the monorepo, which includes an update
to `node-gyp` which in turn allows us to use python 3.9
  • Loading branch information
palango committed Jun 20, 2023
1 parent 63253c0 commit 7556bdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: [self-hosted, blockchain, 8-cpu]
env:
NODE_VERSION: 12
PYTHON_VERSION: '2.7'
PYTHON_VERSION: '3.9'
CONTRACTS_BUILD_PATH: packages/protocol/build/contracts

steps:
Expand Down
2 changes: 1 addition & 1 deletion monorepo_commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
65eec926d8445dbdeaf1361e4acadee72f4036df
3c90f67bad2d3aa50d6168c98008a57a49443893

0 comments on commit 7556bdb

Please sign in to comment.