Skip to content

Commit

Permalink
update: automated tests file
Browse files Browse the repository at this point in the history
  • Loading branch information
ForceFledgling committed Nov 10, 2023
1 parent f15a01b commit 998faa6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/autotests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.7, 3.8, 3.9]

steps:
- name: Checkout repository
Expand Down Expand Up @@ -58,6 +58,7 @@ jobs:
- name: Install dependencies
run: |
poetry env use python ${matrix.python-version}
poetry install
- name: Run tests
Expand Down

0 comments on commit 998faa6

Please sign in to comment.