1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2025-05-09 14:46:00 +02:00

Use Python 3.11 in Drone CI and GitHub Actions

This commit is contained in:
2023-05-29 21:31:03 +03:00
parent f343e87f0c
commit de3387ded7
2 changed files with 32 additions and 2 deletions

View File

@ -16,10 +16,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.11'
cache: 'pip'
- name: Install dependencies
run: |