Skip to content

Commit

Permalink
chore: Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
sindre-nistad committed Jan 24, 2024
1 parent 6dcde3e commit 793455f
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
matrix:
python:
- 3.7
- 3.8 # Included in RMS 12.1, and newer
- 3.9
- "3.10"
- 3.11 # Included in RMS 14.2, and newer
- 3.12
# - 3.8 # Included in RMS 12.1, and newer
# - 3.9
# - "3.10"
# - 3.11 # Included in RMS 14.2, and newer
# - 3.12
os:
- ubuntu-20.04
# - ubuntu-20.04
- macos-11

steps:
Expand All @@ -30,6 +30,9 @@ jobs:
with:
python-version: ${{ matrix.python }}

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

- name: Build
env:
PYTHON: python${{ matrix.python }}
Expand Down

0 comments on commit 793455f

Please sign in to comment.