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 ee1a55a commit 682f4ceCopy full SHA for 682f4ce
.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 torch torchvision
+ pip3 install setuptools cython cffi greenlet numpy==1.23.2 torch torchvision
73
- name: build-charm4py
74
75
git fetch --unshallow # Need full repo for 'git describe' used by setup.py
0 commit comments