Skip to content

Commit

Permalink
Merge pull request #93 from nicolasbock/workflow
Browse files Browse the repository at this point in the history
workflow
  • Loading branch information
nicolasbock authored Jun 6, 2024
2 parents 257547e + 2f51444 commit 0dd373e
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 0dd373e

Please sign in to comment.