Skip to content

Commit 8619073

Browse files
committed
chore: env
1 parent 5b0bc62 commit 8619073

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -119,15 +119,11 @@ jobs:
119119
with:
120120
python-version: 3.13
121121

122-
- name: deps
122+
- name: deps and build
123123
run: |
124-
python -m venv python-ci-run
125-
source python-ci-run/bin/activate
126124
pip3 install --upgrade pip
127125
python -m pip install -U build
128-
129-
- name: build
130-
run: python -m build
126+
python -m build
131127
132128
- name: Publish algoliasearch package to PyPI
133129
if: |

0 commit comments

Comments
 (0)