Skip to content

Commit 91cfbea

Browse files
removed piepnv env variable
While we moved from pipenv to poetry, we forgot to remove the env variable. Removing that here
1 parent c67de84 commit 91cfbea

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ jobs:
2929
uses: actions/setup-python@v1
3030
with:
3131
python-version: ${{ matrix.python-version }}
32-
- name: Set environment variables
33-
uses: allenevans/[email protected]
34-
with:
35-
PIPENV_DEFAULT_PYTHON_VERSION: ${{ matrix.python-version }}
3632
- name: Setup Bazel
3733
uses: abhinavsingh/setup-bazel@v3
3834
- name: Build PyDP with coverage

0 commit comments

Comments
 (0)