We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c779a5 commit 4786885Copy full SHA for 4786885
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ${{ matrix.os }}
8
strategy:
9
matrix:
10
- julia-version: ['1.9','1.10,'nightly']
+ julia-version: ['1.9','1.10','nightly']
11
julia-arch: [x64]
12
os: [ubuntu-latest, windows-latest, macOS-latest]
13
.gitignore
@@ -4,3 +4,4 @@ __pycache__/*
4
scratch.jl
5
docs/build/
6
.vscode/settings.json
+Manifest.toml
0 commit comments