Skip to content

Commit

Permalink
clean CI
Browse files Browse the repository at this point in the history
  • Loading branch information
thorek1 committed Sep 24, 2023
1 parent e9f26c2 commit 16f3ddb
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,19 @@ jobs:
fail-fast: false
matrix:
version:
# - '1.8'
- '1.9' #^1-0 and ^1.9-0 are not recognised
# - 'nightly' # fails for zygote
os:
- ubuntu-latest
- macOS-latest #slow
- windows-latest #slow
- macOS-latest
- windows-latest
arch:
- x64
# - aarch64 #not implemented in Github CI
include:
- os: ubuntu-latest
prefix: xvfb-run
- version: '1.8'
os: ubuntu-latest
arch: x64
#- version: '1.8'
# os: windows-latest
# arch: x64
- version: '^1.10.0-0'
os: ubuntu-latest
arch: x64
Expand All @@ -43,16 +37,6 @@ jobs:
allow_failure: true
steps:
- uses: actions/checkout@v4
#- uses: uraimo/[email protected]
# - name: Set up QEMU
# if: matrix.arch == 'aarch64'
# uses: docker/setup-qemu-action@v2
# - name: Set up Docker Buildx
# if: matrix.arch == 'aarch64'
# uses: docker/setup-buildx-action@v2
# - name: Build and push
# if: matrix.arch == 'aarch64'
# uses: docker/build-push-action@v3
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.version }}
Expand All @@ -70,7 +54,6 @@ jobs:
${{ runner.os }}-test-${{ env.cache-name }}-
${{ runner.os }}-test-
${{ runner.os }}-
# - run: pip3 install sympy
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
with:
Expand Down

0 comments on commit 16f3ddb

Please sign in to comment.