Skip to content

Commit 2cd900d

Browse files
authored
Run 0.2% tolerance on CI/CD instead of 0% (#3973)
1 parent a9a5e81 commit 2cd900d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/process.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
continue-on-error: true
8181
strategy:
8282
matrix:
83-
tolerance: [0, 5]
83+
tolerance: [0.2, 5]
8484
steps:
8585
- uses: actions/checkout@v4
8686
with:
@@ -91,7 +91,7 @@ jobs:
9191
- name: Install PROCESS
9292
# Editable install to match default install
9393
run: |
94-
pip install -e '.[test, examples]'
94+
pip install -e '.[test]'
9595
pip install -r requirements_dev.txt
9696
- name: Allow git commands to be run
9797
run: git config --global --add safe.directory '*'

0 commit comments

Comments
 (0)