Skip to content

Commit

Permalink
pin the version for numba and remove always in github action since it…
Browse files Browse the repository at this point in the history
… will continue run if new push is made
  • Loading branch information
wangcj05 committed Sep 27, 2024
1 parent 3fe912e commit d844acd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
./build_raven
- name: Test RAVEN
if: always()
# if: always()
run: |
./run_tests --library-report
./run_tests -j4 --raven
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
./build_raven
- name: Test RAVEN
if: always()
# if: always()
run: |
./run_tests --library-report
./run_tests -j4 --raven
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
bash ./build_raven
- name: Test RAVEN
if: always()
# if: always()
run: |
bash ./run_tests --library-report
bash ./run_tests -j4 --raven
Expand Down
2 changes: 1 addition & 1 deletion dependencies.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Note all install methods after "main" take
<line_profiler optional='True'/>
<!-- <ete3 optional='True'/> -->
<statsforecast/>
<numba/>
<numba>0.60</numba>
<pywavelets optional='True'>1.2</pywavelets>
<python-sensors source="pip"/>
<numdifftools source="pip">0.9</numdifftools>
Expand Down

0 comments on commit d844acd

Please sign in to comment.