File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343 shell : bash
4444 run : |
4545 python -m venv test-sdist
46- test-sdist/bin/activate
46+ source test-sdist/bin/activate
4747 which python
4848 python -m pip install --force-reinstall `find dist -name "*.tar.gz"`[${{ inputs.test_extras }}]
4949 cd ${{ runner.temp }}
5454 shell : bash
5555 run : |
5656 python -m venv test-sdist
57- test-sdist/bin/activate
57+ source test-sdist/bin/activate
5858 which python
5959 python -m pip install --force-reinstall `find dist -name "*.tar.gz"`
6060 cd ${{ runner.temp }}
7272 shell : bash
7373 run : |
7474 python -m venv test-wheel
75- test-wheel/bin/activate
75+ source test-wheel/bin/activate
7676 which python
7777 python -m pip install --force-reinstall `find dist -name "*.whl"`[${{ inputs.test_extras }}]
7878 cd ${{ runner.temp }}
8383 shell : bash
8484 run : |
8585 python -m venv test-wheel
86- test-wheel/bin/activate
86+ source test-wheel/bin/activate
8787 which python
8888 python -m pip install --force-reinstall `find dist -name "*.whl"`
8989 cd ${{ runner.temp }}
You can’t perform that action at this time.
0 commit comments