We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9a5e81 commit 2cd900dCopy full SHA for 2cd900d
1 file changed
.github/workflows/process.yml
@@ -80,7 +80,7 @@ jobs:
80
continue-on-error: true
81
strategy:
82
matrix:
83
- tolerance: [0, 5]
+ tolerance: [0.2, 5]
84
steps:
85
- uses: actions/checkout@v4
86
with:
@@ -91,7 +91,7 @@ jobs:
91
- name: Install PROCESS
92
# Editable install to match default install
93
run: |
94
- pip install -e '.[test, examples]'
+ pip install -e '.[test]'
95
pip install -r requirements_dev.txt
96
- name: Allow git commands to be run
97
run: git config --global --add safe.directory '*'
0 commit comments