-
Notifications
You must be signed in to change notification settings - Fork 555
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: temporarily disable python 3.11 / 3.12 (borked from deps)
- Loading branch information
1 parent
37ecc59
commit a358d1b
Showing
2 changed files
with
88 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,44 @@ | ||
name: Core Ganache (py3.11) | ||
on: ["push", "pull_request"] | ||
|
||
env: | ||
ETHERSCAN_TOKEN: 9MKURTHE8FNA9NRUUJBHMUEVY6IQ5K1EGY | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
WEB3_INFURA_PROJECT_ID: ddddf0c53f254d36aa76ce4e3a6a390e | ||
|
||
jobs: | ||
py310core: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- name: Cache Solidity Installations | ||
uses: actions/cache@v2 | ||
with: | ||
path: | | ||
~/.solcx | ||
~/.vvm | ||
key: ${{ runner.os }}-compiler-cache | ||
|
||
- name: Setup Node.js | ||
uses: actions/setup-node@v4 | ||
|
||
- name: Install Ganache | ||
run: npm install -g [email protected] | ||
|
||
- name: Setup Python 3.11 | ||
uses: actions/setup-python@v5 | ||
with: | ||
python-version: "3.11" | ||
|
||
- name: Install Tox | ||
run: pip install tox | ||
|
||
- name: Run Tox | ||
run: tox -e py311 | ||
|
||
- name: Upload coverage to Codecov | ||
uses: codecov/codecov-action@v1 | ||
with: | ||
file: ./coverage.xml | ||
# name: Core Ganache (py3.11) | ||
# on: ["push", "pull_request"] | ||
|
||
# env: | ||
# ETHERSCAN_TOKEN: 9MKURTHE8FNA9NRUUJBHMUEVY6IQ5K1EGY | ||
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
# WEB3_INFURA_PROJECT_ID: ddddf0c53f254d36aa76ce4e3a6a390e | ||
|
||
# jobs: | ||
# py310core: | ||
# runs-on: ubuntu-latest | ||
|
||
# steps: | ||
# - uses: actions/checkout@v4 | ||
|
||
# - name: Cache Solidity Installations | ||
# uses: actions/cache@v2 | ||
# with: | ||
# path: | | ||
# ~/.solcx | ||
# ~/.vvm | ||
# key: ${{ runner.os }}-compiler-cache | ||
|
||
# - name: Setup Node.js | ||
# uses: actions/setup-node@v4 | ||
|
||
# - name: Install Ganache | ||
# run: npm install -g [email protected] | ||
|
||
# - name: Setup Python 3.11 | ||
# uses: actions/setup-python@v5 | ||
# with: | ||
# python-version: "3.11" | ||
|
||
# - name: Install Tox | ||
# run: pip install tox | ||
|
||
# - name: Run Tox | ||
# run: tox -e py311 | ||
|
||
# - name: Upload coverage to Codecov | ||
# uses: codecov/codecov-action@v1 | ||
# with: | ||
# file: ./coverage.xml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,44 @@ | ||
name: Core Ganache (py3.12) | ||
on: ["push", "pull_request"] | ||
|
||
env: | ||
ETHERSCAN_TOKEN: 9MKURTHE8FNA9NRUUJBHMUEVY6IQ5K1EGY | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
WEB3_INFURA_PROJECT_ID: ddddf0c53f254d36aa76ce4e3a6a390e | ||
|
||
jobs: | ||
py310core: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- name: Cache Solidity Installations | ||
uses: actions/cache@v2 | ||
with: | ||
path: | | ||
~/.solcx | ||
~/.vvm | ||
key: ${{ runner.os }}-compiler-cache | ||
|
||
- name: Setup Node.js | ||
uses: actions/setup-node@v4 | ||
|
||
- name: Install Ganache | ||
run: npm install -g [email protected] | ||
|
||
- name: Setup Python 3.12 | ||
uses: actions/setup-python@v5 | ||
with: | ||
python-version: "3.12" | ||
|
||
- name: Install Tox | ||
run: pip install tox | ||
|
||
- name: Run Tox | ||
run: tox -e py312 | ||
|
||
- name: Upload coverage to Codecov | ||
uses: codecov/codecov-action@v1 | ||
with: | ||
file: ./coverage.xml | ||
# name: Core Ganache (py3.12) | ||
# on: ["push", "pull_request"] | ||
|
||
# env: | ||
# ETHERSCAN_TOKEN: 9MKURTHE8FNA9NRUUJBHMUEVY6IQ5K1EGY | ||
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
# WEB3_INFURA_PROJECT_ID: ddddf0c53f254d36aa76ce4e3a6a390e | ||
|
||
# jobs: | ||
# py310core: | ||
# runs-on: ubuntu-latest | ||
|
||
# steps: | ||
# - uses: actions/checkout@v4 | ||
|
||
# - name: Cache Solidity Installations | ||
# uses: actions/cache@v2 | ||
# with: | ||
# path: | | ||
# ~/.solcx | ||
# ~/.vvm | ||
# key: ${{ runner.os }}-compiler-cache | ||
|
||
# - name: Setup Node.js | ||
# uses: actions/setup-node@v4 | ||
|
||
# - name: Install Ganache | ||
# run: npm install -g [email protected] | ||
|
||
# - name: Setup Python 3.12 | ||
# uses: actions/setup-python@v5 | ||
# with: | ||
# python-version: "3.12" | ||
|
||
# - name: Install Tox | ||
# run: pip install tox | ||
|
||
# - name: Run Tox | ||
# run: tox -e py312 | ||
|
||
# - name: Upload coverage to Codecov | ||
# uses: codecov/codecov-action@v1 | ||
# with: | ||
# file: ./coverage.xml |