Skip to content

Commit

Permalink
Update CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DanSheps committed Sep 5, 2024
1 parent 31621e4 commit 82ddbfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
NETBOX_CONFIGURATION: netbox.configuration_testing
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ['3.10', '3.11', '3.12']
services:
redis:
image: redis
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Install dependencies & set up configuration
run: |
python -m pip install --upgrade pip
pip install -r netbox\\requirements.txt
pip install -r netbox/requirements.txt
pip install pycodestyle coverage tblib
pip install -e netbox-config-backup
Expand Down

0 comments on commit 82ddbfd

Please sign in to comment.