Skip to content

Commit 48124b9

Browse files
committed
back to bash
1 parent b123a3f commit 48124b9

2 files changed

Lines changed: 12 additions & 18 deletions

File tree

.github/workflows/build_wppm.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/build_wppm_test.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)