Skip to content

Commit

Permalink
Debugginh GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
commitconfirmed committed Nov 17, 2024
1 parent d1219f6 commit 911a205
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: test jsnac
name: JSNAC TOX Suite
on: [push, pull_request]

jobs:
linters:
tox:
strategy:
matrix:
python-version: [ '3.10' ]
python-version: [ '3.10', '3.11', '3.12' ]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand All @@ -21,7 +21,7 @@ jobs:
- name: Install Poetry
uses: snok/install-poetry@v1
with:
version: 1.9.0
version: 1.8.3
virtualenvs-create: true
virtualenvs-in-project: true

Expand Down

0 comments on commit 911a205

Please sign in to comment.