Skip to content

Commit 28d532c

Browse files
committed
more
1 parent ca542ae commit 28d532c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/py.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
15+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
1616

1717
steps:
1818
- uses: actions/checkout@v4
@@ -25,7 +25,7 @@ jobs:
2525
sudo apt-get update
2626
sudo apt-get -y upgrade
2727
sudo apt-get -y install libcurl4-openssl-dev python3-rpy2 libmlpack-dev r-base-dev python3-dev pandoc
28-
sudo python3 -m pip install --upgrade pip
28+
#sudo python3 -m pip install --upgrade pip
2929
if [ -f requirements.txt ]; then sudo pip3 install -r requirements.txt --upgrade; fi
3030
sudo pip3 install flake8 pytest --upgrade
3131
- name: Test and check Python

0 commit comments

Comments
 (0)