Skip to content

Commit

Permalink
[ci] pin python and package versions (#318)
Browse files Browse the repository at this point in the history
so that they do not easily break due to Internet changes
  • Loading branch information
aslonnie authored Sep 17, 2024
1 parent 449b004 commit 38f7969
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,12 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: '3.9'

# Install pre-commit dependencies
- name: Install pre-commit
run: pip install pre-commit jupyter
run: pip install pre-commit==3.8.0 jupyter==1.1.1

# Run pre-commit hooks with verbose logging
- name: Run pre-commit
Expand Down

0 comments on commit 38f7969

Please sign in to comment.