Skip to content

Commit

Permalink
add wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahmish committed Sep 25, 2023
1 parent 2fed738 commit df295cf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Upgrade pip
run: pip install -U pip setuptools
run: pip install -U pip setuptools wheel
- name: Install lightfm
run: python -m pip install --no-use-pep517 'lightfm<2'
- name: Install package
Expand All @@ -41,7 +41,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Upgrade pip
run: pip install -U pip setuptools
run: pip install -U pip setuptools wheel
- name: Install lightfm
run: python -m pip install --no-use-pep517 'lightfm<2'
- name: Install package and dependencies
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Upgrade pip
run: pip install -U pip setuptools
run: pip install -U pip setuptools wheel
- name: Install lightfm
run: python -m pip install --no-use-pep517 'lightfm<2'
- name: Install package and dependencies
Expand All @@ -103,7 +103,7 @@ jobs:
name: Install dependencies - Ubuntu
run: sudo apt-get install graphviz
- name: Upgrade pip
run: pip install -U pip setuptools
run: pip install -U pip setuptools wheel
- name: Install lightfm
run: python -m pip install --no-use-pep517 'lightfm<2'
- name: Install package and dependencies
Expand Down

0 comments on commit df295cf

Please sign in to comment.