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.
2 parents 39844c5 + d0f93f0 commit a85829aCopy full SHA for a85829a
.github/workflows/deploy.yml
@@ -16,15 +16,15 @@ jobs:
16
- name: Installing python
17
run: |
18
sudo apt-get update
19
- sudo apt install python3.10
+ sudo apt install python3.12
20
sudo apt-get install build-essential
21
22
- name: Upgrading pip
23
run: pip install --upgrade pip
24
25
- name: Installing dependencies
26
27
- pip install --upgrade pip setuptools
+ pip install --upgrade pip setuptools wheel build
28
pip install markupsafe==2.0.1 --no-cache-dir
29
30
- name: Installing package
0 commit comments