We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dac6ba commit 3c4d9adCopy full SHA for 3c4d9ad
.github/workflows/verify.yml
@@ -27,7 +27,7 @@ jobs:
27
id: python-unittest
28
continue-on-error: true
29
run: |
30
- python -m git+https://github.com/not522/ac-library-python
+ python -m pip install git+https://github.com/not522/ac-library-python
31
python test_libs.py
32
- name: oj-resolve
33
uses: competitive-verifier/actions/oj-resolve@v2
0 commit comments