Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
nnicandro committed Oct 10, 2024
1 parent 40e966a commit 2a0d1c6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
emacs-version: [27.2, 28.2, 29.3, snapshot]
exclude:
- os: macos-latest
emacs-version: 27.2
defaults:
run:
shell: bash -el {0}
Expand All @@ -20,6 +23,10 @@ jobs:
with:
version: ${{ matrix.emacs-version }}
if: ${{ matrix.os == 'windows-latest' }}
- uses: msys2/setup-msys2@v2
with:
msystem: MSYS
if: ${{ matrix.os == 'windows-latest' }}
- uses: conda-incubator/setup-miniconda@v3
with:
python-version: 3.9
Expand All @@ -38,8 +45,10 @@ jobs:
jupyter --version
jupyter kernelspec list
- name: Byte compilation
shell: ${{ matrix.os != 'window-latest' && 'bash -el {0}' || 'msys2 {0}' }}
run: |
make compile
- name: Run tests
shell: ${{ matrix.os != 'window-latest' && 'bash -el {0}' || 'msys2 {0}' }}
run: |
make test

0 comments on commit 2a0d1c6

Please sign in to comment.