Skip to content

Commit f72503e

Browse files
authored
Fixing a late bug in workflow that runs on main branch (#15)
* testing PR build on self host * changes on runners * modifying workflows for less builds * fixing dependencies, and Pr workflows. also change minor version * change the order of workflow execution * adding pytest run before building distribution and binaries on main branch * minor bug in precedent merge, fix it
1 parent b108950 commit f72503e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build_wheels.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@ jobs:
6666
steps:
6767
- uses: actions/checkout@v4
6868

69+
- name: Set up Python
70+
uses: actions/setup-python@v5
71+
with:
72+
python-version: "3.12"
73+
6974
- name: Build sdist
7075
run: |
7176
pip install --upgrade pip

0 commit comments

Comments
 (0)