File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 5656 uses : codecov/test-results-action@v1
5757 with :
5858 token : ${{ secrets.CODECOV_TOKEN }}
59+ - name : Set up Python 3.9 - meshroom_compute test
60+ uses : actions/setup-python@v4
61+ with :
62+ python-version : 3.9
63+ - name : Install dependencies (Python 3.9) - meshroom_compute test
64+ run : |
65+ python3.9 -m pip install --upgrade pip
66+ python3.9 -m pip install -r requirements.txt --timeout 45
67+ - name : Run imports - meshroom_compute test
68+ run : |
69+ python3.9 bin/meshroom_compute -h
5970
6071 build-windows :
6172 runs-on : windows-latest
8394 - name : Test with pytest
8495 run : |
8596 pytest tests/
97+ - name : Set up Python 3.9 - meshroom_compute test
98+ uses : actions/setup-python@v4
99+ with :
100+ python-version : 3.9
101+ - name : Install dependencies (Python 3.9) - meshroom_compute test
102+ run : |
103+ python3.9 -m pip install --upgrade pip
104+ python3.9 -m pip install -r requirements.txt --timeout 45
105+ - name : Run imports - meshroom_compute test
106+ run : |
107+ python3.9 bin/meshroom_compute -h
You can’t perform that action at this time.
0 commit comments