Skip to content

Commit

Permalink
chore: DEBUG ON
Browse files Browse the repository at this point in the history
  • Loading branch information
sindre-nistad committed Mar 12, 2024
1 parent e922204 commit 110e32d
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,16 @@ jobs:
strategy:
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.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
os:
- ubuntu-20.04
# Intel based
- macos-11
# - ubuntu-20.04
# # Intel based
# - macos-11
# ARM based
- macos-14
exclude:
Expand Down Expand Up @@ -82,6 +82,9 @@ jobs:
with:
python-version: ${{ matrix.python }}

- name: Setup upterm session
uses: lhotari/action-upterm@v1

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

0 comments on commit 110e32d

Please sign in to comment.