We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61fc991 commit fba4948Copy full SHA for fba4948
.github/workflows/release.yml
@@ -85,7 +85,7 @@ jobs:
85
- name: Install test dependencies
86
run: |
87
python -m pip install --upgrade pip
88
- python -m pip install pytest pytest-cov tifffile zarr dask ome-zarr dotenv
+ python -m pip install pytest pytest-cov tifffile zarr dask ome-zarr python-dotenv
89
90
- name: Install Acquire (Windows)
91
if: matrix.platform == 'windows-latest'
0 commit comments