Skip to content

Commit

Permalink
Fix LTS compat check bug (#1244)
Browse files Browse the repository at this point in the history
* Fix LTS compat check bug

* Update .github/workflows/lts-compat-check.yml

Co-authored-by: Isaac Virshup <[email protected]>

---------

Co-authored-by: Isaac Virshup <[email protected]>
  • Loading branch information
ebezzi and ivirshup authored Jul 15, 2024
1 parent ebc4558 commit 7612fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lts-compat-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
python -m pip install -U pip setuptools wheel
GIT_CLONE_PROTECTION_ACTIVE=false pip install -r ./api/python/cellxgene_census/scripts/requirements-dev.txt
if [ {{matrix.py-pkg-version}} = "head-of-main" ]; then
if [ ${{matrix.py-pkg-version}} == "head-of-main" ]; then
pip install -e ./api/python/cellxgene_census/
else
pip install -U cellxgene_census${{ matrix.py-pkg-version }}
Expand Down

0 comments on commit 7612fb3

Please sign in to comment.