Skip to content

Commit 01da09c

Browse files
committed
unpin scanpy and pandas + print session info
1 parent 6146aaa commit 01da09c

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -73,16 +73,10 @@ jobs:
7373
cache-dependency-glob: pyproject.toml
7474
- name: create hatch environment
7575
run: uvx hatch env create ${{ matrix.env.name }}
76-
- name: Print Python version and path
77-
run: |
78-
which python
79-
python --version
80-
which uv
81-
uv --version
8276
- name: Print environment variables
83-
run: env
77+
run: uvx hatch run ${{ matrix.env.name }}:env
8478
- name: Print pip freeze
85-
run: pip freeze
79+
run: uvx hatch run ${{ matrix.env.name }}:pip freeze
8680
- name: Print hatch environment info
8781
run: uvx hatch env show
8882
- name: run tests using hatch

0 commit comments

Comments
 (0)