We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4332ab commit fcda688Copy full SHA for fcda688
.github/workflows/sv-tests-ci.yml
@@ -221,7 +221,7 @@ jobs:
221
run: |
222
apt-get update -qq
223
apt install -y python3 python3-pip wget git curl jq clang cabal-install
224
- pip install --break-system-packages --upgrade setuptools
+ pip install --break-system-packages --upgrade setuptools setuptools_scm
225
pip install --break-system-packages -r conf/requirements.txt
226
- name: Install VeeR dependencies
227
0 commit comments