We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af112bd commit 78ddb9eCopy full SHA for 78ddb9e
.github/workflows/build.yaml
@@ -45,8 +45,8 @@ jobs:
45
run: |
46
pip install --upgrade pip
47
pip install --upgrade build
48
- pip install --requirement requirements.txt --no-build-isolation
49
- pip install --requirement build-requirements.txt --no-build-isolation
+ pip install --requirement requirements.txt
+ pip install --requirement build-requirements.txt
50
- name: Test
51
52
pre-commit run --all-files
requirements.txt
@@ -1,6 +1,7 @@
1
docker-compose == 1.29.2
2
im-data-manager-job-decoder == 1.17.2
3
munch == 2.5.0
4
+wheel == 0.40.0
5
yamllint == 1.32.0
6
7
# Docker compose limits us to PyYAML 5.x
0 commit comments