Skip to content

Commit

Permalink
Update get_pubs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
crewalsh authored Nov 1, 2024
1 parent 636f0df commit 5416fef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/get_pubs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python
uses: actions/setup-python@v5.3.0
with:
python-version: '3.11'
- name: Install dependencies
Expand All @@ -27,7 +27,6 @@ jobs:
run: |
python3 collect_pub_files.py
- name: commit updated files
uses: actions4git/setup-git@v1
run: |
git add "_data/pub_list.csv"
git commit -m "update publication list"
Expand Down

0 comments on commit 5416fef

Please sign in to comment.