Skip to content

Commit

Permalink
Use non-Conda build for lenskit-hpf
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Oct 23, 2021
1 parent 92168e9 commit 8857440
Showing 1 changed file with 11 additions and 16 deletions.
27 changes: 11 additions & 16 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,30 +17,25 @@ jobs:
platform:
- ubuntu
python:
- 3.7
- 3.8
- 3.9
- "3.7"
- "3.8"
- "3.9"

steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
submodules: true

- name: Prepare Conda environment spec
id: conda-lock
shell: bash
run: |
bash lkbuild/lock-for-ci.sh -v $PYVER
env:
RUNNER: ${{runner.os}}
PYVER: ${{matrix.python}}

- name: Initialize Conda
uses: conda-incubator/setup-miniconda@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
activate-environment: lk-hpf
environment-file: ${{steps.conda-lock.outputs.environment-file}}
python-version: ${{matrix.python}}

- name: Install Python deps
run: |
pip install -U flit
flit install --pth-file
- name: 🔎 Inspect environment
run: |
Expand Down

0 comments on commit 8857440

Please sign in to comment.