Skip to content

Commit

Permalink
specify exact versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nkinnan committed Sep 5, 2024
1 parent 5ecc2a2 commit 1bc7520
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
with:
repo: cloudcannon/pagefind
- uses: actions/[email protected]
- name: Set up Python 3.12.5
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: 3.12.5
python-version: 3.10
- name: Install dependencies
run: pip install -r requirements.txt -r requirements_test.txt
- name: Register problem matchers
Expand Down

0 comments on commit 1bc7520

Please sign in to comment.