1
0
Fork 0
mirror of synced 2024-06-02 10:44:40 +12:00

workflows: hardcode a compatible version of certifi for nuitka

This commit is contained in:
loathingKernel 2022-09-11 01:41:17 +03:00
parent 54f11a6c94
commit 681b3013ad

View file

@ -88,6 +88,7 @@ jobs:
python-version: '3.9'
- name: Dependencies
run: |
pip3 install certifi==2022.6.15
pip3 install -r requirements.txt
pip3 install -r requirements-presence.txt
- name: Build Dependencies