Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mzuenni committed Feb 1, 2025
1 parent 0ddf118 commit 60cf391
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
run:
shell: wsl-bash {0}
steps:
run: |
git config --global core.autocrlf false
git config --global core.eol lf
- uses: actions/checkout@v4
- uses: Vampire/setup-wsl@v4
with:
distribution: Ubuntu-24.04
Expand All @@ -43,6 +47,6 @@ jobs:
default-jre
default-jdk
kotlin
- run: git config --global core.autocrlf false
- uses: actions/checkout@v4
texlive
texlive-latex-extra
- run: pytest

0 comments on commit 60cf391

Please sign in to comment.