From c535c63c3abbe12654cab1bdb0dade66f4c3e972 Mon Sep 17 00:00:00 2001 From: Ayush Dattagupta Date: Wed, 20 Mar 2024 17:46:25 -0700 Subject: [PATCH] Check if updating setuptools/pip changes cython errors --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b6ac8e68..04321cd3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,7 +31,7 @@ jobs: # Installing wheel beforehand due to fasttext issue: # https://github.com/facebookresearch/fastText/issues/512#issuecomment-1837367666 run: | - pip install wheel + pip install wheel setuptools pip --upgrade pip install --extra-index-url https://pypi.nvidia.com . pip install pytest - name: Run tests