We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3386c1f commit c6d9910Copy full SHA for c6d9910
.github/workflows/pythonpackage.yml
@@ -10,7 +10,7 @@ jobs:
10
max-parallel: 6
11
fail-fast: false
12
matrix:
13
- python-version: ['3.9', '3.11', '3.12']
+ python-version: ['3.11', '3.12', '3.13']
14
r-version: [release]
15
os: [macOS-latest, ubuntu-latest]
16
steps:
@@ -30,6 +30,7 @@ jobs:
30
run: |
31
sudo apt-get update -y
32
sudo apt-get install -y libglpk-dev libsodium-dev libxml2-dev libcurl4-openssl-dev
33
+ mkdir -p /usr/local/lib/R/site-library
34
sudo chown $(whoami) /usr/local/lib/R/site-library
35
export R_LIBS_USER=/usr/local/lib/R/site-library
36
if: runner.os == 'Linux'
0 commit comments