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.
2 parents bdd75ac + b1ecdd6 commit 467898aCopy full SHA for 467898a
.github/workflows/ci.yml
@@ -9,12 +9,11 @@ jobs:
9
test:
10
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
11
runs-on: ${{ matrix.os }}
12
- continue-on-error: ${{ matrix.version == 'nightly' }}
13
strategy:
+ fail-fast: false
14
matrix:
15
version:
16
- '1'
17
- - 'nightly'
18
os:
19
- ubuntu-latest
20
- macOS-latest
Project.toml
@@ -1,7 +1,7 @@
1
name = "NgSpice"
2
uuid = "1a64e563-3ad9-44a2-8713-a1728bea8a90"
3
authors = ["Venkateshprasad Bhat"]
4
-version = "0.1.2"
+version = "0.1.3"
5
6
[deps]
7
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
@@ -18,7 +18,7 @@ Colors = "0.12"
RecipesBase = "1.1"
ReplMaker = "0.2"
Requires = "1.1"
21
-julia = "^1.5"
+julia = "1.5"
22
23
[extras]
24
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
0 commit comments