Skip to content

Commit

Permalink
Merge branch 'ethereum:main' into mkeil/bundle-trusted-setup
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewkeil authored Apr 30, 2024
2 parents ff508fa + 58b09bd commit 37e8dd6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/csharp-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- host: ubuntu-22.04
location: linux-x64
- host: macos-latest
location: osx-x64
location: osx-arm64
- host: windows-latest
location: win-x64
steps:
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/nodejs-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,14 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{matrix.node}}
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install setuptools
run: python3 -m pip install setuptools
run: |
python -m pip install --upgrade pip
pip install setuptools
- name: Check formatting
if: matrix.os == 'ubuntu-latest'
working-directory: bindings/node.js
Expand Down

0 comments on commit 37e8dd6

Please sign in to comment.