Skip to content

Commit 5291f1d

Browse files
committed
Fix version issue for test workflow
1 parent df4a369 commit 5291f1d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ jobs:
7878
python -m pip install --upgrade pip
7979
pip install -r requirements.txt
8080
pip install coverage
81+
- name: Update version in setup.py
82+
run: >-
83+
sed -i "s/{{VERSION_PLACEHOLDER}}/0.0.3/g" setup.py
8184
- name: Install PEPit
8285
run: |
8386
pip install -e .
@@ -108,6 +111,9 @@ jobs:
108111
python -m pip install --upgrade pip
109112
pip install -r requirements.txt
110113
pip install coverage
114+
- name: Update version in setup.py
115+
run: >-
116+
sed -i "s/{{VERSION_PLACEHOLDER}}/0.0.3/g" setup.py
111117
- name: Install PEPit
112118
run: |
113119
pip install -e .

0 commit comments

Comments
 (0)