Skip to content

Commit bb56467

Browse files
authored
Update tests.yaml
1 parent 5291f1d commit bb56467

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
pip install coverage
4343
- name: Update version in setup.py
4444
run: >-
45-
sed -i "s/{{VERSION_PLACEHOLDER}}/0.0.3/g" setup.py
45+
sed -i "s/{{VERSION_PLACEHOLDER}}/0.0.0/g" setup.py
4646
- name: Install PEPit
4747
run: |
4848
pip install -e .
@@ -80,7 +80,7 @@ jobs:
8080
pip install coverage
8181
- name: Update version in setup.py
8282
run: >-
83-
sed -i "s/{{VERSION_PLACEHOLDER}}/0.0.3/g" setup.py
83+
sed -i "s/{{VERSION_PLACEHOLDER}}/0.0.0/g" setup.py
8484
- name: Install PEPit
8585
run: |
8686
pip install -e .
@@ -113,7 +113,7 @@ jobs:
113113
pip install coverage
114114
- name: Update version in setup.py
115115
run: >-
116-
sed -i "s/{{VERSION_PLACEHOLDER}}/0.0.3/g" setup.py
116+
sed -i "s/{{VERSION_PLACEHOLDER}}/0.0.0/g" setup.py
117117
- name: Install PEPit
118118
run: |
119119
pip install -e .

0 commit comments

Comments
 (0)