Skip to content

Commit

Permalink
downgrade ubuntu to 22 and revert numba
Browse files Browse the repository at this point in the history
  • Loading branch information
wangcj05 committed Sep 27, 2024
1 parent d844acd commit def121d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ concurrency:

jobs:
Test-RAVEN-Linux:
runs-on: ubuntu-latest
# runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Setup Conda
uses: conda-incubator/setup-miniconda@v3
Expand Down Expand Up @@ -44,6 +45,7 @@ jobs:
- name: Test RAVEN
# if: always()
continue-on-error: true # numba library cause autoarma failed for latest ubuntu
run: |
./run_tests --library-report
./run_tests -j4 --raven
Expand Down
1 change: 0 additions & 1 deletion dependencies.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ Note all install methods after "main" take
<line_profiler optional='True'/>
<!-- <ete3 optional='True'/> -->
<statsforecast/>
<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 def121d

Please sign in to comment.