Skip to content

Commit

Permalink
Update GitHub Actions
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Bock <[email protected]>
(cherry picked from commit 7ea3a81)
  • Loading branch information
nicolasbock committed May 28, 2024
1 parent 257547e commit 2f51444
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: ['3.8', '3.9']

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down
1 change: 1 addition & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ mock>=1.2
pep8>=1.7.0
flake8>=2.2.4
os-testr>=0.4.1
stestr

git+https://github.com/openstack/charms.openstack.git#egg=charms.openstack

0 comments on commit 2f51444

Please sign in to comment.