Skip to content

Commit

Permalink
fix: pre commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
sattvikc committed Oct 16, 2024
1 parent 6eadd0e commit 07277ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pre-commit-hook-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
node-version: '12'
- name: Create virtual environment and install dependencies
run: |
sudo apt-get install -y python3-setuptools
python3 -m venv venv
source venv/bin/activate
pip install "cython<3.0.0" wheel
pip install "PyYAML==5.4.1" --no-build-isolation
python3 -m pip install setuptools
python3 -m pip install "cython<3.0.0" wheel
python3 -m pip install "PyYAML==5.4.1" --no-build-isolation
make dev-install && rm -rf src
- name: Make a dummy change to README.md
run: |
Expand Down

0 comments on commit 07277ec

Please sign in to comment.