File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,16 +41,13 @@ jobs:
4141 - name : Install dependencies to build with bash
4242 shell : bash
4343 run : |
44- python -m pip install --no-deps --no-index --require-hashes -r ${{ env.WINPYrequirements }}
45- # fails impossibly... ERROR: Could not find a version that satisfies the requirement build==1.2.2.post1 (from versions: none)
46- # maybe line ending ?
44+ python -m pip install --no-deps --require-hashes -r ${{ env.WINPYrequirements }}
45+
46+ # - name: Install dependencies to build with pwsh
47+ # shell: pwsh
48+ # run: |
49+ # python -m pip install --no-deps --require-hashes -r $env.WINPYrequirements
4750
48- - name : Install dependencies to build with pwsh
49- shell : pwsh
50- run : |
51- python -m pip install --no-deps --no-index --require-hashes -r $env.WINPYrequirements
52- # fails impossibly... ERROR: Could not find a version that satisfies the requirement build==1.2.2.post1 (from versions: none)
53- # maybe line ending ?
5451
5552 - name : Build sdist
5653 shell : bash
Original file line number Diff line number Diff line change @@ -41,16 +41,13 @@ jobs:
4141 - name : Install dependencies to build with bash
4242 shell : bash
4343 run : |
44- python -m pip install --no-deps --no-index --require-hashes -r ${{ env.WINPYrequirements }}
45- # fails impossibly... ERROR: Could not find a version that satisfies the requirement build==1.2.2.post1 (from versions: none)
46- # maybe line ending ?
44+ python -m pip install --no-deps --require-hashes -r ${{ env.WINPYrequirements }}
45+
46+ # - name: Install dependencies to build with pwsh
47+ # shell: pwsh
48+ # run: |
49+ # python -m pip install --no-deps --require-hashes -r $env.WINPYrequirements
4750
48- - name : Install dependencies to build with pwsh
49- shell : pwsh
50- run : |
51- python -m pip install --no-deps --no-index --require-hashes -r $env.WINPYrequirements
52- # fails impossibly... ERROR: Could not find a version that satisfies the requirement build==1.2.2.post1 (from versions: none)
53- # maybe line ending ?
5451
5552 - name : Build sdist
5653 shell : bash
You can’t perform that action at this time.
0 commit comments