Skip to content

Commit 01fa8a9

Browse files
committed
debugging
1 parent 74f06e8 commit 01fa8a9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ jobs:
9999
runs-on: ubuntu-latest
100100
steps:
101101
- uses: actions/checkout@v4
102+
with:
103+
fetch-depth: 0 # required for hatch version discovery, which is needed for numcodecs
102104
- name: Set up Python
103105
uses: actions/setup-python@v5
104106
with:
@@ -112,11 +114,7 @@ jobs:
112114
run: |
113115
hatch env create doctest
114116
hatch env run -e doctest list-env
115-
- name: Print version
116-
run: hatch version
117117
- name: Run Tests
118-
env:
119-
VERSION: "3.0.0" # mock version for numcodecs import
120118
run: |
121119
hatch env run --env doctest run
122120

0 commit comments

Comments
 (0)