Skip to content

Commit

Permalink
build: temporarily pin pytorch to 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bugale committed Apr 27, 2024
1 parent 07d39d0 commit d2c46ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/check-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install Pytorch due to https://github.com/pytorch/pytorch/issues/124897
run: python -m pip install torch==2.1.2
- name: Install Python dependencies
run: python -m pip install -r dev-requirements.txt
- name: Lint
Expand Down

0 comments on commit d2c46ab

Please sign in to comment.