Skip to content

Commit

Permalink
Merge pull request #12 from jacobwegner/patch-1
Browse files Browse the repository at this point in the history
Backport hooktest fix from PerseusDL/canonical-greekLit#1521
  • Loading branch information
lcerrato authored Oct 30, 2023
2 parents 72f6ce7 + dd02140 commit 02346d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/PR_HookTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@ jobs:
steps:
- uses: actions/checkout@v2
# Setup Python
- name: Set up Python 3.x
- name: Set up Python 3.11
uses: actions/setup-python@v2
with:
# Semantic version range syntax or exact version of a Python version
python-version: '3.x'
python-version: '3.11'
# Display Version
- name: Install Hooktest
run: pip3 install HookTest
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@ jobs:
steps:
- uses: actions/checkout@v2
# Setup Python
- name: Set up Python 3.x
- name: Set up Python 3.11
uses: actions/setup-python@v2
with:
# Semantic version range syntax or exact version of a Python version
python-version: '3.x'
python-version: '3.11'
# Display Version
- name: Install Hooktest
run: pip3 install HookTest
Expand Down

0 comments on commit 02346d8

Please sign in to comment.