Skip to content

Commit

Permalink
Update codeql for new python
Browse files Browse the repository at this point in the history
Also, update the install to include docker deps for unit tests.
  • Loading branch information
JacobCallahan committed Oct 27, 2022
1 parent 1359e29 commit 8226ca8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.9", "3.10", "3.11"]

steps:
- name: Checkout repository
Expand All @@ -36,6 +36,6 @@ jobs:
- name: Unit Tests
run: |
pip install -U pip
pip install -U .[test]
pip install -U .[test,docker]
cp broker_settings.yaml.example broker_settings.yaml
pytest -v tests/ --ignore tests/functional

0 comments on commit 8226ca8

Please sign in to comment.