Skip to content

Commit a760f73

Browse files
committed
pytest fix attempt 5
1 parent 46798ae commit a760f73

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,14 +17,14 @@ jobs:
1717
run: |
1818
python -m pip install --upgrade pip
1919
pip install --user pipenv
20+
echo COLUMNS=80 > .env
2021
pipenv --python ${{ matrix.python-version }}
2122
pipenv install
2223
- name: Turn on 'editable' mode
2324
run: |
2425
pipenv install -e .
2526
- name: Test with pytest
2627
run: |
27-
echo COLUMNS=80 > .env
2828
pipenv shell
2929
pipenv install pytest
3030
pipenv run python -m pytest

0 commit comments

Comments
 (0)