We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6e5aa6 commit a1a4783Copy full SHA for a1a4783
.github/workflows/test-dandi-cli.yml
@@ -24,7 +24,6 @@ jobs:
24
- macos-latest
25
python:
26
# Use the only Python which is ATM also used by dandi-api
27
- # - 3.9
28
# - '3.10'
29
- '3.11'
30
# - '3.12'
@@ -35,18 +34,13 @@ jobs:
35
34
- normal
36
include:
37
- os: ubuntu-latest
38
- python: 3.9
+ python: "3.10"
39
mode: dandi-devel
40
version: master
41
42
43
44
version: release
45
- exclude:
46
- # Temporarily disabled due to h5py/hdf5 dependency issue
47
- # See <https://github.com/dandi/dandi-cli/pull/315>
48
- - os: windows-latest
49
50
steps:
51
- name: Set up Python ${{ matrix.python }}
52
uses: actions/setup-python@v6
0 commit comments