Skip to content

fix(deps): update dependency torch to v2.4.1 #472

fix(deps): update dependency torch to v2.4.1

fix(deps): update dependency torch to v2.4.1 #472

Workflow file for this run

name: test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: jlumbroso/free-disk-space@main
- uses: actions/setup-python@v4
with:
python-version: '3.12'
- name: Install poetry
run: |
python -m pip install poetry==1.5
- name: Configure poetry
run: |
python -m poetry config virtualenvs.in-project true
- name: Cache the virtualenv
uses: actions/cache@v2
with:
path: ./.venv
key: ${{ runner.os }}-venv-${{ hashFiles('**/poetry.lock') }}
- name: Install dependencies
run: |
python -m poetry install
- name: Setup Perl
uses: shogo82148/actions-setup-perl@v1
- name: Setup Java
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '8'
- name: Setup benchmarks
run: ./setup.sh
- name: Install Ubuntu packages
run: |
sudo apt-get install -y dos2unix
- name: Build and run tests
run: CI=true && python -m poetry run python -m pytest -sxv tests/