Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
saikonen committed Apr 25, 2024
1 parent 7e71d33 commit 4043085
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test-stubs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:
ver: "3.11"
- os: macos-latest
ver: "3.10"
- os: macos-latest
ver: "3.9"

steps:
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ jobs:
ver: "3.11"
- os: macos-latest
ver: "3.10"
- os: macos-latest
ver: "3.9"

steps:
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
Expand All @@ -58,7 +56,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04]
os: [macos-latest]
ver: ['4.0']

steps:
Expand All @@ -76,7 +74,6 @@ jobs:
run: |
python3 -m venv path/to/venv
source path/to/venv/bin/activate
python3 -m pip install xyz
python3 -m pip install .
Rscript -e 'install.packages("devtools", repos="https://cloud.r-project.org", Ncpus=8)'
Rscript -e 'devtools::install_deps("R", dependencies=TRUE, repos="https://cloud.r-project.org", upgrade="default")'
Expand Down

0 comments on commit 4043085

Please sign in to comment.