Skip to content

Commit

Permalink
resolve issues with migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
whitej6 committed Oct 4, 2023
1 parent 3e35a3a commit 35d9929
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,18 +122,13 @@ jobs:
include:
- python-version: "3.11"
db-backend: "postgresql"
nautobot-version: "2.0.0-rc.4"
nautobot-version: "2.0.0"
- python-version: "3.11"
db-backend: "postgresql"
nautobot-version: "stable"
# - python-version: "3.11"
# db-backend: "mysql"
# nautobot-version: "2.0.0-rc.4"
nautobot-version: "stable"
- python-version: "3.10"
db-backend: "mysql"
nautobot-version: "1.3.3"
# nautobot-version: "2.0.0"
runs-on: "ubuntu-20.04"
env:
INVOKE_NAUTOBOT_FIREWALL_MODELS_PYTHON_VER: "${{ matrix.python-version }}"
Expand Down

0 comments on commit 35d9929

Please sign in to comment.