Skip to content

Remove unsupported VOs from IISAS-FedCloud site #11

Remove unsupported VOs from IISAS-FedCloud site

Remove unsupported VOs from IISAS-FedCloud site #11

Workflow file for this run

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