Skip to content

Commit ed90f47

Browse files
committed
fix ci
1 parent 25ea0ea commit ed90f47

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test-and-publish.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,10 +198,15 @@ jobs:
198198
if: ${{ runner.os != 'Linux' }}
199199
with:
200200
python-version: ${{ matrix.python_version }}
201+
- run: |
202+
source ~/.bashrc || true # load pyenv into the current shell
203+
python --version
204+
python3 --version
201205
- name: Setup Poetry
202206
uses: snok/install-poetry@v1
203207
with:
204208
version: 1.5.1
209+
virtualenvs-create: false
205210
- name: Install Dependencies
206211
run: |
207212
echo "Installing Dependencies"

0 commit comments

Comments
 (0)