We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c8eb38 commit ec000beCopy full SHA for ec000be
.github/workflows/django.yml
@@ -15,10 +15,13 @@ jobs:
15
PYTHONDONTWRITEBYTECODE: 1
16
steps:
17
- uses: actions/checkout@v4
18
+ - name: Install build dependencies
19
+ run: |
20
+ sudo apt-get install libcairo2-dev
21
- name: Set up Python
22
uses: actions/setup-python@v5
23
with:
- python-version: 3.9
24
+ python-version: "3.10"
25
cache: 'pipenv'
26
- name: Install Dependencies
27
run: |
Pipfile
@@ -47,7 +47,7 @@ python-dateutil = "~=2.8.1"
47
pytoml = "~=0.1.21"
48
pytz = "~=2020.5"
49
reportlab = "*"
50
-requests = "~=2.32.0"
+requests = "~=2.32.3"
51
retrying = "~=1.3.3"
52
simplejson = "~=3.17.2"
53
six = "~=1.15.0"
0 commit comments