Skip to content

Commit 9d50494

Browse files
committed
revert to previous state
1 parent 02c2708 commit 9d50494

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ jobs:
1010
matrix:
1111
os: [ubuntu-latest]
1212
python-version: ['3.8', '3.9', '3.10']
13-
env:
14-
PIPENV_VENV_IN_PROJECT: "enabled"
1513

1614
steps:
1715
- uses: actions/checkout@v2
@@ -25,8 +23,8 @@ jobs:
2523
run: python3 -m pip install --upgrade pipenv
2624

2725
# create .venv folder
28-
# - name: create .venv folder
29-
# run: mkdir -p .venv
26+
- name: create .venv folder
27+
run: mkdir -p .venv
3028

3129
# caching dependencies
3230
- name: Caching Dependencies

0 commit comments

Comments
 (0)