Skip to content

Commit fdf49e4

Browse files
authored
typo
1 parent 859a5bc commit fdf49e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/charm4py.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
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==1.26.4 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)