Skip to content

Commit

Permalink
fix: versions
Browse files Browse the repository at this point in the history
  • Loading branch information
amarao committed Jan 17, 2024
1 parent 1b144d5 commit 5c42edb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Python 3.8
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.8"
python-version: "3.11"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand All @@ -66,7 +66,7 @@ jobs:
env:
SC_TOKEN: "${{ secrets.SC_TOKEN }}"
- name: Integration tests
run: ansible-test integration --requirements --python 3.8
run: ansible-test integration --requirements --python 3.11
sc_ssh_key
sc_cloud_computing_flavors_info
sc_cloud_computing_regions_info
Expand Down Expand Up @@ -94,10 +94,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Python 3.8
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.8"
python-version: "3.11"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand All @@ -108,7 +108,7 @@ jobs:
env:
SC_TOKEN: "${{ secrets.SC_TOKEN }}"
- name: Integration tests
run: ansible-test integration --requirements --python 3.8
run: ansible-test integration --requirements --python 3.11
sc_ssh_key
sc_baremetal_locations_info
sc_baremetal_servers_info
Expand All @@ -131,10 +131,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Python 3.8
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.8"
python-version: "3.11"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand All @@ -145,7 +145,7 @@ jobs:
env:
SC_TOKEN: "${{ secrets.SC_TOKEN }}"
- name: Integration tests
run: ansible-test integration --requirements --python 3.8
run: ansible-test integration --requirements --python 3.11
sc_l2_segment
sc_l2_segment_aliases
sc_l2_segments_info
Expand All @@ -166,10 +166,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Python 3.8
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: "3.11"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ansible==2.16.2
ansible-core==2.16.2
wheel
openstacksdk
flake8
Expand Down

0 comments on commit 5c42edb

Please sign in to comment.