Skip to content

Commit

Permalink
Adding names
Browse files Browse the repository at this point in the history
  • Loading branch information
lucapericlp committed Mar 23, 2024
1 parent 1c68487 commit f9ebb55
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,18 @@ jobs:
python-version: ["3.10", "3.11"]

steps:
- name: Setup
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- name: Checkout
uses: actions/checkout@v3

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- uses: Gr1N/setup-poetry@v8
- run: poetry --version

- name: Install Poetry
uses: Gr1N/setup-poetry@v8

- name: Install dependencies
run: |
poetry --version
poetry install && poetry run pip install torch==2.2.1 torchaudio==2.2.1

0 comments on commit f9ebb55

Please sign in to comment.