Skip to content

Commit

Permalink
Merge pull request #95 from s3alfisc/upgrade-numba
Browse files Browse the repository at this point in the history
  • Loading branch information
s3alfisc authored Sep 21, 2023
2 parents ca72f1d + 75cab48 commit 8420914
Show file tree
Hide file tree
Showing 4 changed files with 783 additions and 841 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
fail-fast: true
matrix:
os: ["ubuntu-latest", "windows-latest", "macos-latest"]
python-version: ["3.9"]
os: ["ubuntu-latest"]
python-version: ["3.8", "3.9", "3.10", "3.11"]

steps:
- name: Checkout source
Expand All @@ -26,7 +26,7 @@ jobs:
with:
r-version: '4.2.0'

- name: install fwildclusterboot
- name: install fwildclusterboot for testing
run: Rscript -e 'install.packages("fwildclusterboot", repos="https://cloud.r-project.org")'
shell: bash

Expand Down
Loading

0 comments on commit 8420914

Please sign in to comment.