Skip to content

Add updated CITATION.cff and setup.cfg from codemeta.json file #125

Add updated CITATION.cff and setup.cfg from codemeta.json file

Add updated CITATION.cff and setup.cfg from codemeta.json file #125

Workflow file for this run

name: Bot validation
on: [push, pull_request]
jobs:
validate-metadata:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest requests s3fs cryptography
pip install .
- name: Run against CaltechData Test system
env:
RDMTOK: ${{ secrets.CALTECHDATA_TOKEN }}
run: |
cd tests
pytest test_unit.py
pytest test_rdm.py
- name: Run Medata Validation Test and RDM
env:
RDMTOK: ${{ secrets.CALTECHDATA_TOKEN }}
run: |
cd tests
python bot_yaml.py