Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
ThummeTo committed Oct 23, 2023
1 parent 3d7d571 commit 4211716
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 65 deletions.
58 changes: 0 additions & 58 deletions .github/workflows/Eval.yml

This file was deleted.

7 changes: 2 additions & 5 deletions .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,9 @@ jobs:
fail-fast: false
matrix:
julia-version: ['1.6', '1'] # "1" automatically expands to the latest stable 1.x release of Julia
julia-arch: [x64, x86]
os: [ubuntu-latest, windows-latest, macOS-latest]
julia-arch: [x64]
os: [ubuntu-latest, windows-latest]
experimental: [false]
exclude:
- os: macOS-latest
julia-arch: x86

steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "FMISensitivity"
uuid = "3e748fe5-cd7f-4615-8419-3159287187d2"
authors = ["TT <[email protected]>", "LM <[email protected]>"]
version = "0.1.0"
version = "0.1.1"

[deps]
FMICore = "8af89139-c281-408e-bce2-3005eb87462f"
Expand All @@ -11,5 +11,5 @@ SciMLSensitivity = "1ed8b502-d754-442c-8d5d-10ac956f44a1"
[compat]
FMICore = "0.18.0"
ForwardDiffChainRules = "0.2.0"
SciMLSensitivity = "7.40.0"
SciMLSensitivity = "7.41.0"
julia = "1.6"

0 comments on commit 4211716

Please sign in to comment.