mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-30 11:24:25 +01:00
Move to Python 3.10 & improve CI workflow (#2369)
* Use Python 3.10 in CI, benchmark, devcontainer, docker config, .sourcery.yaml * Improve Python CI workflow
This commit is contained in:
committed by
GitHub
parent
8020eaa2e9
commit
e2accab87e
4
.github/workflows/benchmark.yml
vendored
4
.github/workflows/benchmark.yml
vendored
@@ -9,11 +9,11 @@ jobs:
|
||||
environment: benchmark
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: [3.8]
|
||||
python-version: ['3.10']
|
||||
|
||||
steps:
|
||||
- name: Check out repository
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v2
|
||||
|
||||
Reference in New Issue
Block a user