From 2f51444057ce155f18a499bd6afe3bec9712a38d Mon Sep 17 00:00:00 2001 From: Nicolas Bock Date: Tue, 21 May 2024 12:41:12 -0600 Subject: [PATCH] Update GitHub Actions Signed-off-by: Nicolas Bock (cherry picked from commit 7ea3a81442c1ef49c961b41b906358d52d21956e) --- .github/workflows/tests.yaml | 6 +++--- test-requirements.txt | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 52a56a3..dbe65eb 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -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 diff --git a/test-requirements.txt b/test-requirements.txt index c43a8db..e360c08 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -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