Skip to content

Commit 3d72731

Browse files
committed
replaced pythonocc-core=7.4.0 with pythonocc-core
1 parent ed2ee30 commit 3d72731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Installing packages
2929
shell: bash -el {0}
3030
run: |
31-
conda install --yes -c conda-forge pythonocc-core=7.4.0
31+
conda install --yes -c conda-forge pythonocc-core
3232
python -m pip install --upgrade pip
3333
python -m pip install .[test]
3434

0 commit comments

Comments
 (0)