Skip to content

Update IN2P3-IRES.yaml with ERIES VO #107

Update IN2P3-IRES.yaml with ERIES VO

Update IN2P3-IRES.yaml with ERIES VO #107

Workflow file for this run

name: Python testing
on:
- pull_request
- push
jobs:
test:
name: test python code
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Test cloud-info-generator
run: |
cd cloud-info
pip install -r requirements.txt
pip install .
cd cloud_info_catchall
python3 -m unittest