Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
drepeeters committed Jan 8, 2025
2 parents c4cfbe0 + 6bca4c5 commit 9e0f5e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v1
with:
python-version: 3.8
python-version: 3.9
- name: Run clean up bib files
run: python scripts/actions/cleanup.py
- name: Commit changes
Expand All @@ -31,7 +31,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v1
with:
python-version: 3.8
python-version: 3.9
- name: Install packages
run: pip install -r tests/requirements.txt
- name: Run bib file inspection
Expand Down

0 comments on commit 9e0f5e5

Please sign in to comment.