Skip to content

Commit 3c1cc1e

Browse files
committed
Update Setuptools
1 parent 87b7e7a commit 3c1cc1e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
# under the License.
1717

1818
install-poetry:
19-
pip install poetry==1.6.1
19+
pip3 install setuptools --upgrade
20+
pip3 install poetry==1.6.1
2021

2122
install-dependencies:
2223
poetry install -E pyarrow -E hive -E s3fs -E glue -E adlfs -E duckdb -E ray -E sql-postgres -E gcsfs

0 commit comments

Comments
 (0)