[go: nahoru, domu]

Skip to content

Commit

Permalink
Fix python version in test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yje-arch committed Jul 17, 2023
1 parent 0bd3a04 commit a60e436
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ jobs:
strategy:
matrix:
python-version:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
steps:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
strategy:
matrix:
python-version:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
test_type:
Expand All @@ -29,6 +27,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
poetry-version: "1.4.2"
cache-key: "core"
install-command: |
echo "Running core tests, installing dependencies with poetry..."
poetry install
Expand Down

0 comments on commit a60e436

Please sign in to comment.