Skip to content

Commit 1362db4

Browse files
committed
fix workflow
1 parent ea43549 commit 1362db4

1 file changed

Lines changed: 7 additions & 9 deletions

File tree

.github/workflows/build-wheels.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -72,16 +72,17 @@ jobs:
7272
virtualenvs-create: true
7373
virtualenvs-in-project: true
7474

75-
7675
- name: Install dependencies
77-
run: |
78-
source $VENV
79-
poetry install --no-interaction --no-root
76+
run: poetry install --no-interaction --no-root
8077

8178
- name: Set dynamic version
8279
run: |
8380
echo "DYNAMIC_VERSION=0.1.0+dev.$(git rev-parse --short HEAD)" >> $GITHUB_ENV
8481
shell: bash
82+
- name: Debug venv
83+
run: |
84+
ls -a
85+
ls -a .venv
8586
8687
- name: Poetry build wheel
8788
env:
@@ -130,12 +131,9 @@ jobs:
130131
libmpfr-dev \
131132
build-essential
132133
133-
- name: Install dependencies
134-
135-
run: |
136-
source $VENV
137-
poetry install --no-interaction --no-root
138134
135+
- name: Install dependencies
136+
run: poetry install --no-interaction --no-root
139137
- name: Set dynamic version
140138
run: |
141139
echo "DYNAMIC_VERSION=0.1.0+dev.$(git rev-parse --short HEAD)" >> $GITHUB_ENV

0 commit comments

Comments
 (0)