Skip to content

Commit

Permalink
Remove mysql requirement from ci, add poetry dynamic version plugin t…
Browse files Browse the repository at this point in the history
…o ci
  • Loading branch information
mksanger committed Oct 26, 2022
1 parent 3a8e8f4 commit 77e0685
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ jobs:
test:
runs-on: ubuntu-latest

strategy:
matrix:
mysql-version: ["5.7", "8.0"]

steps:
- uses: actions/checkout@v3

Expand All @@ -46,6 +42,7 @@ jobs:
run: |
poetry env use '3.10'
poetry install
poetry self add "poetry-dynamic_versioning[plugin]"
- name: Run pytest
run: |
Expand Down

0 comments on commit 77e0685

Please sign in to comment.