From 0327122dcee4802c0b5a7fd0bc71ce9c7ed658f1 Mon Sep 17 00:00:00 2001 From: Congjian Wang Date: Thu, 26 Sep 2024 22:15:30 -0600 Subject: [PATCH] fix a couple of errors, and add numba which is required by statsforecast, but the version is incompatible --- .github/workflows/github-actions.yml | 16 ++++++++-------- dependencies.xml | 1 + 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 924e3891d0..4bbcb0ad73 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -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 @@ -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 @@ -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 diff --git a/dependencies.xml b/dependencies.xml index 6f998d46ea..c810ac39db 100644 --- a/dependencies.xml +++ b/dependencies.xml @@ -73,6 +73,7 @@ Note all install methods after "main" take + 1.2 0.9