Skip to content

Commit 1156062

Browse files
authored
Simplify test revision mocking
1 parent 32b744b commit 1156062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install locally
2727
run: |
2828
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;
29+
sed -i -e "s/0.0.0-auto.0/1.2.3/" $file;
3030
done;
3131
pip install .
3232
- name: Run tests

0 commit comments

Comments
 (0)