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 859a5bc commit fdf49e4Copy full SHA for fdf49e4
.github/workflows/charm4py.yml
@@ -69,7 +69,7 @@ jobs:
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==1.26.4 torch torchvision
73
- name: build-charm4py
74
75
git fetch --unshallow # Need full repo for 'git describe' used by setup.py
0 commit comments