Skip to content

Commit

Permalink
Fix ci and dep
Browse files Browse the repository at this point in the history
  • Loading branch information
giopaglia committed Feb 25, 2024
1 parent b04c085 commit 39a0bdf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ task:
artifacts_cache:
folder: ~/.julia/artifacts
env:
JULIA_VERSION: 1.0
JULIA_VERSION: 1.6
JULIA_VERSION: 1.9
JULIA_VERSION: 1
JULIA_VERSION: nightly
install_script:
- sh -c "$(fetch https://raw.githubusercontent.com/ararslan/CirrusCI.jl/master/bin/install.sh -o -)"
Expand Down
10 changes: 7 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Julia 1.8.0
- name: Set up Julia 1.9.0
uses: julia-actions/setup-julia@v1
with:
version: "1.8.0"
version: "1.9.0"
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: aclai-lab/SoleFeatures.jl

2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Catch22 = "0.4, 0.5"
DataFrames = "1"
HypothesisTests = "0.10 - 0.11"
IterTools = "1"
MultiData = "0"
MultiData = "0 - 0.1"
OrderedCollections = "1"
PyCall = "1"
Random = "1"
Expand Down

0 comments on commit 39a0bdf

Please sign in to comment.