Skip to content

Commit 333c30b

Browse files
committed
pytest fix attempt 6
1 parent a760f73 commit 333c30b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
run: |
1818
python -m pip install --upgrade pip
1919
pip install --user pipenv
20-
echo COLUMNS=80 > .env
2120
pipenv --python ${{ matrix.python-version }}
2221
pipenv install
2322
- name: Turn on 'editable' mode
@@ -26,6 +25,7 @@ jobs:
2625
- name: Test with pytest
2726
run: |
2827
pipenv shell
28+
echo COLUMNS=80 > .env
2929
pipenv install pytest
3030
pipenv run python -m pytest
3131
deliver:

0 commit comments

Comments
 (0)