Skip to content

Commit

Permalink
use Python 3.11
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain Hellegouarch <sh@defuze.org>
  • Loading branch information
Lawouach committed Jul 1, 2024
1 parent ca395a8 commit 845e942
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
Expand All @@ -23,7 +26,7 @@ jobs:
echo "Install CTK and minor dependencies"
pip install --prefer-binary --pre -U chaostoolkit-lib chaostoolkit
pip install --prefer-binary httplib2 uritemplate pytzdata
pip install --prefer-binary httplib2 uritemplate pytzdata lueur
echo "install all the dependencies for our drivers"
pip install --prefer-binary -U -r requirements-toolkit.txt
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/build_and_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install dependencies
run: |
python -m venv .venv
Expand All @@ -26,7 +29,7 @@ jobs:
echo "Install CTK and minor dependencies"
pip install --prefer-binary --pre -U chaostoolkit-lib chaostoolkit
pip install --prefer-binary httplib2 uritemplate pytzdata
pip install --prefer-binary httplib2 uritemplate pytzdata lueur
echo "install all the dependencies for our drivers"
pip install --prefer-binary -U -r requirements-toolkit.txt
Expand Down

0 comments on commit 845e942

Please sign in to comment.