File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 4242 - name : Test source distribution
4343 shell : bash
4444 run : |
45+ set -xe
4546 python -m venv test-sdist
46- test-sdist/bin/activate
47+ source test-sdist/bin/activate
4748 which python
4849 python -m pip install --force-reinstall `find dist -name "*.tar.gz"`[${{ inputs.test_extras }}]
4950 cd ${{ runner.temp }}
5354 - name : Test source distribution
5455 shell : bash
5556 run : |
57+ set -xe
5658 python -m venv test-sdist
57- test-sdist/bin/activate
59+ source test-sdist/bin/activate
5860 which python
5961 python -m pip install --force-reinstall `find dist -name "*.tar.gz"`
6062 cd ${{ runner.temp }}
7173 - name : Test pure Python wheel distribution
7274 shell : bash
7375 run : |
76+ set -xe
7477 python -m venv test-wheel
75- test-wheel/bin/activate
78+ source test-wheel/bin/activate
7679 which python
7780 python -m pip install --force-reinstall `find dist -name "*.whl"`[${{ inputs.test_extras }}]
7881 cd ${{ runner.temp }}
8285 - name : Test pure Python wheel distribution
8386 shell : bash
8487 run : |
88+ set -xe
8589 python -m venv test-wheel
86- test-wheel/bin/activate
90+ source test-wheel/bin/activate
8791 which python
8892 python -m pip install --force-reinstall `find dist -name "*.whl"`
8993 cd ${{ runner.temp }}
You can’t perform that action at this time.
0 commit comments