Skip to content

Commit 7433a86

Browse files
committed
Switch to regular pip isntall
1 parent 5d0b6a1 commit 7433a86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
- name: Setup python
1313
uses: actions/setup-python@v5
1414
with:
15-
python-version: "3.12"
15+
python-version: "3.12-dev"
1616

1717
- name: Download dependencies
18-
run: bash setup.sh
18+
run: pip install .
1919

2020
- name: Build website
2121
env:

0 commit comments

Comments
 (0)