Skip to content

Commit ee1a55a

Browse files
authored
python 3.11 for x86
1 parent fdf49e4 commit ee1a55a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/charm4py.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@ jobs:
6565
- name: setup-python
6666
uses: actions/setup-python@v5
6767
with:
68-
python-version: '3.x'
68+
python-version: '3.11'
6969
- name: Install dependencies
7070
run: |
7171
python3 -m pip install --upgrade pip
72-
pip3 install setuptools cython cffi greenlet numpy==1.26.4 torch torchvision
72+
pip3 install setuptools cython cffi greenlet numpy torch torchvision
7373
- name: build-charm4py
7474
run: |
7575
git fetch --unshallow # Need full repo for 'git describe' used by setup.py

0 commit comments

Comments
 (0)