Skip to content

local workflow doesn't need version #13

local workflow doesn't need version

local workflow doesn't need version #13

Workflow file for this run

name: Update citations upon CITATION.cff changes
on:
push:
paths:
- CITATION.cff
- '.github/workflows/run_citations.yml'
- '.github/workflows/update_citations.yml'
jobs:
update-citations:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
# use customized version of cffconvert
pip install git+https://github.com/alexlancaster/cffconvert.git@combine_features#egg=cffconvert
call-citation-workflow:
uses: ./.github/workflows/update_citations.yml

Check failure on line 30 in .github/workflows/run_citations.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/run_citations.yml

Invalid workflow file

error parsing called workflow ".github/workflows/run_citations.yml" -> "./.github/workflows/update_citations.yml" (source branch with sha:b85b1e1b3092a432402e5d744c279fadb9e8c540) : You have an error in your yaml syntax on line 22
with:
CITATION_DIR: 'src/PyPop/citation'
INIT_FILE: 'src/PyPop/__init__.py'