Spaces:
Paused
Paused
Captain D. Ezio
commited on
Commit
·
25b931f
1
Parent(s):
71bbab4
Update check_requirements.yml
Browse files
.github/workflows/check_requirements.yml
CHANGED
|
@@ -11,6 +11,8 @@ jobs:
|
|
| 11 |
python-version: [">=3.10.7"]
|
| 12 |
|
| 13 |
steps:
|
|
|
|
|
|
|
| 14 |
- name: Checkout code
|
| 15 |
uses: actions/checkout@v4
|
| 16 |
|
|
|
|
| 11 |
python-version: [">=3.10.7"]
|
| 12 |
|
| 13 |
steps:
|
| 14 |
+
- name: Install required
|
| 15 |
+
uses: sudo apt-get install libxml2-dev libxslt-dev python-dev lib32z1-dev
|
| 16 |
- name: Checkout code
|
| 17 |
uses: actions/checkout@v4
|
| 18 |
|