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 31810e5 commit 32b744bCopy full SHA for 32b744b
.github/workflows/test.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Install locally
27
run: |
28
for file in $(find -not -path "./.*" -not -path "./docs*" \( -name "*.py" -o -name "*.toml" \) ); do
29
- sed -i -e "s/0.0.0-auto.0/1.2.3-testrev/" $file;
+ sed -i -e "s/0.0.0-auto.0/1.2.3.testrev/" $file;
30
done;
31
pip install .
32
- name: Run tests
0 commit comments