Skip to content

Commit

Permalink
Revert "Upgraded python version"
Browse files Browse the repository at this point in the history
This reverts commit af662da.
  • Loading branch information
MagicLike committed Jul 27, 2023
1 parent 3fee6e5 commit 51c8ef4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.11
python-version: 3.9
- run: pip install -r requirements.txt
- run: python scripts/download-tools.py
- run: black .
Expand All @@ -35,7 +35,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.11
python-version: 3.9
- run: pip install -r requirements.txt
- run: python scripts/download-tools.py
- run: python scripts/build.py
Expand All @@ -51,7 +51,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.11
python-version: 3.9
- run: pip install -r requirements.txt
- run: python scripts/download-tools.py
- run: python scripts/build.py
Expand Down

0 comments on commit 51c8ef4

Please sign in to comment.