mirror of
https://github.com/elyby/docs.git
synced 2025-05-31 14:11:48 +05:30
Try Python 3.10
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -15,14 +15,11 @@ jobs:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install required system packages
|
||||
run: sudo apt install -y libxml2-dev libxslt-dev
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v5
|
||||
id: setup-python
|
||||
with:
|
||||
python-version: 3.12
|
||||
python-version: 3.10
|
||||
cache: pipenv
|
||||
|
||||
- name: Install pipenv
|
||||
|
||||
Reference in New Issue
Block a user