File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4747 strategy :
4848 fail-fast : false
4949 matrix :
50- python-version : ['3.8 ', '3.12 ']
50+ python-version : ['3.12 ', '3.13 ']
5151 os-version : [ubuntu-latest, windows-latest, macos-latest]
5252
5353 runs-on : ${{ matrix.os-version }}
6262 - name : Use Python ${{ matrix.python-version }}
6363 uses : actions/setup-python@v4
6464 with :
65- python-version : ${{ matrix.python-version == '3.7' && matrix.os-version == 'macos-latest' && '3.7.16' || matrix.python-version }}
65+ python-version : ${{ matrix.python-version }}
6666 - name : Download test data
6767 working-directory : ./
6868 run : |
7373 env :
7474 PIP_ONLY_BINARY : " duckdb"
7575 run : |
76- pip install ./
76+ pip install ".[export]"
7777 - name : Try Install Modin In Linux Os
7878 if : ${{ matrix.os-version == 'ubuntu-latest' && matrix.python-version == '3.11' }}
7979 run : |
@@ -101,4 +101,4 @@ jobs:
101101 path : |
102102 ./tests/main.html
103103 ./tests/offline.html
104- ./tests/stress-test.html
104+ ./tests/stress-test.html
You can’t perform that action at this time.
0 commit comments