Skip to content

Commit 52e3886

Browse files
committed
fix: remove venv
1 parent 59e9c3d commit 52e3886

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
with:
3232
version: "0.11.19"
3333
enable-cache: true
34-
python-version: ${{ matrix.python-version }}
3534
- name: Start pokeapi
3635
run: |
36+
rm -rf .venv
3737
make install-base
3838
make setup
3939
make build-db

0 commit comments

Comments
 (0)