chore: add delay into data verification #17
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Tests if open data is properly accessible | |
on: | |
push: | |
branches: [ develop ] | |
pull_request: | |
branches: [ develop ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: conda-incubator/setup-miniconda@v2 | |
with: | |
activate-environment: "ile-de-france" | |
environment-file: environment.yml | |
python-version: "3.10" | |
channels: conda-forge | |
- name: Verify availability of open data | |
shell: bash -el {0} | |
run: | | |
python scripts/verify_data.py |