Skip to content

Commit a1faee2

Browse files
committed
updated
1 parent 26bc7ef commit a1faee2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,14 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v2
16-
- name: Set up Python 3.8
16+
- name: Set up Python 3.12
1717
uses: actions/setup-python@v2
1818
with:
1919
python-version: 3.12
2020
- name: Install dependencies
2121
run: |
2222
python -m pip install --upgrade pip
23+
pip install -e .
2324
pip install pytest
2425
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
2526
- name: Test with pytest

0 commit comments

Comments
 (0)