Skip to content

Commit

Permalink
more syntax fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlancaster committed Nov 13, 2024
1 parent a55d38c commit 0a8b92e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run_citations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
pip install git+https://github.com/alexlancaster/cffconvert.git@combine_features#egg=cffconvert
call-citation-workflow:
- uses: ./.github/workflows/update_citations.yml@output-citation # reference the current branch dynamically
with:
CITATION_DIR: 'src/PyPop/citation'
INIT_FILE: 'src/PyPop/__init__.py'
uses: ./.github/workflows/update_citations.yml@output-citation # reference the current branch dynamically
with:
CITATION_DIR: 'src/PyPop/citation'
INIT_FILE: 'src/PyPop/__init__.py'

0 comments on commit 0a8b92e

Please sign in to comment.