Skip to content

Commit

Permalink
Actual CI Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benknoll-umn committed Feb 12, 2024
1 parent 6ca9b26 commit 965ff45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ jobs:
python -m pip install --upgrade pip setuptools wheel
pip install flake8 pytest
pip install git+https://github.com/nlpie/mtap@main#egg=mtap ./biomedicus_client .[test,stanza] --extra-index-url https://download.pytorch.org/whl/cpu
go install github.com/nlpie/mtap/go/mtap-gateway/mtap-gateway.go@latest
go install github.com/nlpie/mtap/go/mtap-gateway@latest
- name: Install dependencies (release)
if: ${{ startsWith(github.head_ref, 'release') && success() }}
run: |
python -m pip install --upgrade pip setuptools wheel
pip install flake8 pytest
SETUPTOOLS_SCM_PRETEND_VERSION=${GITHUB_HEAD_REF##*/} pip install ./biomedicus_client .[test,stanza] --extra-index-url https://download.pytorch.org/whl/cpu
go install github.com/nlpie/mtap/go/mtap-gateway/mtap-gateway.go@latest
go install github.com/nlpie/mtap/go/mtap-gateway@latest
- name: Lint with flake8
run: |
pip install flake8
Expand Down

0 comments on commit 965ff45

Please sign in to comment.