Skip to content

Commit

Permalink
test with 1.2.0rc0 from test pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
nayib-jose-gloria committed Aug 23, 2024
1 parent 396301d commit e195ea5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ontology-bump-dry-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
${{ runner.os }}-pip-
- name: Install dependencies
run: |
pip install -r scripts/schema_bump_dry_run_ontologies/requirements.txt
pip install --extra-index-url https://test.pypi.org/simple/ -r scripts/schema_bump_dry_run_ontologies/requirements.txt
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Install dependencies
run: |
pip install -r ./requirements-dev.txt
pip install -e ./cellxgene_schema_cli
pip install -e --extra-index-url https://test.pypi.org/simple/./cellxgene_schema_cli
- name: cellxgene_schema_cli Unit tests
run: make unit-test
- name: Upload coverage results as an artifact
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
${{ runner.os }}-pip-
- name: Install dependencies
run: |
pip install -r scripts/schema_bump_dry_run_ontologies/requirements.txt
pip install -r --extra-index-url https://test.pypi.org/simple/ scripts/schema_bump_dry_run_ontologies/requirements.txt
pip install -r ./requirements-dev.txt
- name: Ontology Dry Run Unit Tests
run: make ontology-dry-run-tests
Expand Down
2 changes: 1 addition & 1 deletion cellxgene_schema_cli/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
anndata>=0.8,<0.12
cellxgene-ontology-guide==1.0.0 # update before a schema migration
cellxgene-ontology-guide==1.2.0rc0 # update before a schema migration
click<9
Cython<4
numpy<2
Expand Down
2 changes: 1 addition & 1 deletion scripts/schema_bump_dry_run_ontologies/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
requests<3
git+https://github.com/chanzuckerberg/cellxgene-ontology-guide/@nayib/bump-ontologies#subdirectory=api/python
cellxgene-ontology-guide==1.2.0rc0

0 comments on commit e195ea5

Please sign in to comment.