Skip to content

Commit 3c4d9ad

Browse files
committed
fix
1 parent 0dac6ba commit 3c4d9ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
id: python-unittest
2828
continue-on-error: true
2929
run: |
30-
python -m git+https://github.com/not522/ac-library-python
30+
python -m pip install git+https://github.com/not522/ac-library-python
3131
python test_libs.py
3232
- name: oj-resolve
3333
uses: competitive-verifier/actions/oj-resolve@v2

0 commit comments

Comments
 (0)