Skip to content

Commit 36a13c8

Browse files
committed
some defensive programming around moving the version def
1 parent b2a73c1 commit 36a13c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pr-preview.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ jobs:
1212
with:
1313
python-version: '3.12'
1414

15+
# Install all dependencies from pyproject.toml
1516
- name: Install dependencies
1617
run: |
1718
python -m pip install --upgrade pip
18-
pip install requests
19+
pip install -e .
1920
2021
- name: Set preview version
2122
run: |

0 commit comments

Comments
 (0)