Skip to content

Commit

Permalink
github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Oct 29, 2024
1 parent c9d46a4 commit 7f4e6ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip uv
pip install build
- name: Build package
run: python -m build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install torch==2.1.0 --index-url https://download.pytorch.org/whl/cpu
python -m pip install --upgrade pip uv
python -m uv pip install torch==2.1.0 --index-url https://download.pytorch.org/whl/cpu
- name: Test with pytest
run: |
python setup.py test

0 comments on commit 7f4e6ce

Please sign in to comment.