Skip to content

Commit

Permalink
ci: update versions and flake8 link
Browse files Browse the repository at this point in the history
  • Loading branch information
romanagureev committed May 31, 2024
1 parent 321ad2c commit 0039eeb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/forked.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
- name: Install Ganache
run: npm install

- name: Setup Python 3.8
- name: Setup Python 3.11
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.11

- name: Install Requirements
run: pip install -r requirements.txt
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unitary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
- name: Install Ganache
run: npm install

- name: Setup Python 3.8
- name: Setup Python 3.11
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.11

- name: Install Requirements
run: pip install -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repos:
rev: 22.3.0
hooks:
- id: black
- repo: https://gitlab.com/PyCQA/flake8
- repo: https://github.com/PyCQA/flake8
rev: 3.9.2
hooks:
- id: flake8
Expand Down

0 comments on commit 0039eeb

Please sign in to comment.