Skip to content

Commit

Permalink
fix: remove leftover .env file (#640)
Browse files Browse the repository at this point in the history
There was a leftover .env in #634 we didn't spot. This removes that so it
no longer errors out
  • Loading branch information
Venefilyn authored Oct 31, 2022
1 parent 700088a commit e1dfbdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ endif

all: clean images tests

install: .install .build-images .env .pre-commit
install: .install .build-images .pre-commit

.install:
virtualenv --system-site-packages --python $(PYTHON) $(VENV); \
Expand Down

0 comments on commit e1dfbdd

Please # to comment.