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 fdf49e4 commit ee1a55aCopy full SHA for ee1a55a
.github/workflows/charm4py.yml
@@ -65,11 +65,11 @@ jobs:
65
- name: setup-python
66
uses: actions/setup-python@v5
67
with:
68
- python-version: '3.x'
+ python-version: '3.11'
69
- name: Install dependencies
70
run: |
71
python3 -m pip install --upgrade pip
72
- pip3 install setuptools cython cffi greenlet numpy==1.26.4 torch torchvision
+ pip3 install setuptools cython cffi greenlet numpy torch torchvision
73
- name: build-charm4py
74
75
git fetch --unshallow # Need full repo for 'git describe' used by setup.py
0 commit comments