Skip to content

Commit

Permalink
Merge branch 'test-cite-workflow' of github.com:jurra/pymurtree into …
Browse files Browse the repository at this point in the history
…test-cite-workflow
  • Loading branch information
jurra committed Aug 29, 2023
2 parents bbff92e + 7be031d commit 37f5c1f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/gen-citation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
# if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
Expand All @@ -22,7 +25,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install .[publishing]
pip install cff-from-621
- name: Generate citation based on pyproject.toml
run: |
Expand Down

0 comments on commit 37f5c1f

Please sign in to comment.