File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -51,28 +51,28 @@ jobs:
51
51
shell : bash -l {0}
52
52
run : |
53
53
cd ./py_gnome
54
- python -m pip install ./
54
+ python -m pip install -vvv ./
55
55
- name : Run pytest
56
56
shell : bash -l {0}
57
57
run : |
58
58
cd ./py_gnome/tests/unit_tests
59
59
pytest --runslow
60
- - name : Build wheel file
61
- shell : bash -l {0}
62
- run : |
63
- cd ./py_gnome
64
- python -m pip wheel ./
65
- - name : Copy files to artifact folder
66
- shell : bash -l {0}
67
- run : |
68
- mkdir installable_wheel_${{ matrix.os }}_Py${{ matrix.pyver }}
69
- cp ./py_gnome/*.whl installable_wheel_${{ matrix.os }}_Py${{ matrix.pyver }}
70
- cp ./py_gnome/conda_requirements.txt installable_wheel_${{ matrix.os }}_Py${{ matrix.pyver }}
71
- - name : Upload Artifact
72
- uses : actions/upload-artifact@v4
73
- with :
74
- name : installable-wheel-${{ matrix.os }}-Py${{ matrix.pyver }}
75
- path : installable_wheel_${{ matrix.os }}_Py${{ matrix.pyver }}
60
+ # - name: Build wheel file
61
+ # shell: bash -l {0}
62
+ # run: |
63
+ # cd ./py_gnome
64
+ # python -m pip wheel ./
65
+ # - name: Copy files to artifact folder
66
+ # shell: bash -l {0}
67
+ # run: |
68
+ # mkdir installable_wheel_${{ matrix.os }}_Py${{ matrix.pyver }}
69
+ # cp ./py_gnome/*.whl installable_wheel_${{ matrix.os }}_Py${{ matrix.pyver }}
70
+ # cp ./py_gnome/conda_requirements.txt installable_wheel_${{ matrix.os }}_Py${{ matrix.pyver }}
71
+ # - name: Upload Artifact
72
+ # uses: actions/upload-artifact@v4
73
+ # with:
74
+ # name: installable-wheel-${{ matrix.os }}-Py${{ matrix.pyver }}
75
+ # path: installable_wheel_${{ matrix.os }}_Py${{ matrix.pyver }}
76
76
77
77
lint :
78
78
name : Flake8 linting
You can’t perform that action at this time.
0 commit comments