Skip to content

Commit

Permalink
Try an upterm to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Myoldmopar committed Mar 14, 2024
1 parent e3e091a commit bec34a0
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@ jobs:
fail-fast: false
matrix:
include:
- os: ubuntu-20.04
key: ubuntu2004
- os: ubuntu-22.04
key: ubuntu2204
# - os: ubuntu-20.04
# key: ubuntu2004
# - os: ubuntu-22.04
# key: ubuntu2204
- os: macos-11
key: mac11
- os: macos-12
key: mac12
- os: windows-2019
key: win64
# - os: windows-2019
# key: win64
# - os: windows-2019 -- GitHub Action image doesn't have 32-bit compiler by default, remove 32-bit soon, ok?
# key: win32
- os: windows-2022
key: win64-2022server
# - os: windows-2022
# key: win64-2022server
runs-on: ${{ matrix.os }}
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
Expand All @@ -30,7 +30,9 @@ jobs:
python-version: '3.12'
- name: Install Dependencies
run: pip3 install -r requirements.txt
#- name: Setup upterm session
# uses: lhotari/action-upterm@v1
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3
- name: Setup upterm session
uses: lhotari/action-upterm@v1
- name: Run Tests
run: python3 setup.py run --run-config ${{ matrix.key }}

0 comments on commit bec34a0

Please sign in to comment.