Skip to content

Commit

Permalink
update python setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierlou authored Sep 27, 2024
1 parent f8e6300 commit cac3f00
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/frictionless_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Installation Python 3.7
uses: actions/setup-python@v1
- name: Checkout Repository
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.7'
python-version: "3.10"
- name: Cache pip
uses: actions/cache@v1
with:
Expand All @@ -25,4 +26,4 @@ jobs:
- name: Vérification du schéma et des fichiers d'exemples
run: |
frictionless validate --type schema schema.json
frictionless validate --schema schema.json exemple-valide.csv
frictionless validate --schema schema.json exemple-valide.csv

0 comments on commit cac3f00

Please sign in to comment.