Skip to content

Commit

Permalink
FIX: CI struggling to install torch..
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-huberty committed Nov 7, 2023
1 parent f6b476a commit 23eff9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.x
- name: Set up Python 3.9
uses: actions/setup-python@v4
with:
python-version: "3.x"
python-version: "3.9"
- name: Install Pylossless & Deps
run: pip install -e .
- name: Install testing dependencies
Expand Down

0 comments on commit 23eff9c

Please sign in to comment.