Skip to content

Commit c6d9910

Browse files
committed
Update GitLab CI workflow
Change-Id: I31d75f406ae64e45446f9aa39966774745dcc1e7
1 parent 3386c1f commit c6d9910

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
max-parallel: 6
1111
fail-fast: false
1212
matrix:
13-
python-version: ['3.9', '3.11', '3.12']
13+
python-version: ['3.11', '3.12', '3.13']
1414
r-version: [release]
1515
os: [macOS-latest, ubuntu-latest]
1616
steps:
@@ -30,6 +30,7 @@ jobs:
3030
run: |
3131
sudo apt-get update -y
3232
sudo apt-get install -y libglpk-dev libsodium-dev libxml2-dev libcurl4-openssl-dev
33+
mkdir -p /usr/local/lib/R/site-library
3334
sudo chown $(whoami) /usr/local/lib/R/site-library
3435
export R_LIBS_USER=/usr/local/lib/R/site-library
3536
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)