Skip to content

Commit 78ddb9e

Browse files
author
Alan Christie
committed
build: More attempts to fix the build
Adds wheel and removed isolated environment switches
1 parent af112bd commit 78ddb9e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
run: |
4646
pip install --upgrade pip
4747
pip install --upgrade build
48-
pip install --requirement requirements.txt --no-build-isolation
49-
pip install --requirement build-requirements.txt --no-build-isolation
48+
pip install --requirement requirements.txt
49+
pip install --requirement build-requirements.txt
5050
- name: Test
5151
run: |
5252
pre-commit run --all-files

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
docker-compose == 1.29.2
22
im-data-manager-job-decoder == 1.17.2
33
munch == 2.5.0
4+
wheel == 0.40.0
45
yamllint == 1.32.0
56

67
# Docker compose limits us to PyYAML 5.x

0 commit comments

Comments
 (0)