Skip to content

Commit

Permalink
fix a couple of errors, and add numba which is required by statsforec…
Browse files Browse the repository at this point in the history
…ast, but the version is incompatible
  • Loading branch information
wangcj05 committed Sep 27, 2024
1 parent 6f2b6d2 commit 0327122
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ jobs:
- name: Test RAVEN
if: always()
run: |
../raven/run_tests --library-report
../raven/run_tests -j4 --raven
./run_tests --library-report
.run_tests -j4 --raven
- name: Test Plugins
continue-on-error: true
run: |
../raven/run_tests -j4 --plugins
./run_tests -j4 --plugins
Test-RAVEN-macOS:
runs-on: macos-latest
Expand Down Expand Up @@ -88,13 +88,13 @@ jobs:
- name: Test RAVEN
if: always()
run: |
../raven/run_tests --library-report
../raven/run_tests -j4 --raven
./run_tests --library-report
./run_tests -j4 --raven
- name: Test Plugins
continue-on-error: true
run: |
../raven/run_tests -j4 --plugins
./run_tests -j4 --plugins
Test-RAVEN-Windows:
runs-on: windows-latest
Expand Down Expand Up @@ -132,9 +132,9 @@ jobs:
if: always()
run: |
bash ./run_tests --library-report
../raven/run_tests -j4 --raven
bash ./run_tests -j4 --raven
- name: Test Plugins
continue-on-error: true
run: |
../raven/run_tests -j4 --plugins
bash ./run_tests -j4 --plugins
1 change: 1 addition & 0 deletions dependencies.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ Note all install methods after "main" take
<line_profiler optional='True'/>
<!-- <ete3 optional='True'/> -->
<statsforecast/>
<numba/>
<pywavelets optional='True'>1.2</pywavelets>
<python-sensors source="pip"/>
<numdifftools source="pip">0.9</numdifftools>
Expand Down

0 comments on commit 0327122

Please sign in to comment.