Skip to content

Commit fcda688

Browse files
committed
Smallfix
1 parent f4332ab commit fcda688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sv-tests-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ jobs:
221221
run: |
222222
apt-get update -qq
223223
apt install -y python3 python3-pip wget git curl jq clang cabal-install
224-
pip install --break-system-packages --upgrade setuptools
224+
pip install --break-system-packages --upgrade setuptools setuptools_scm
225225
pip install --break-system-packages -r conf/requirements.txt
226226
- name: Install VeeR dependencies
227227
run: |

0 commit comments

Comments
 (0)