Skip to content

Commit

Permalink
Skip cupy
Browse files Browse the repository at this point in the history
  • Loading branch information
soleti authored Mar 4, 2021
1 parent 4d72017 commit 05be19c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
python -m pip install --upgrade pip
pip install pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
sed -i "s/cupy//g" setup.py
pip install --editable .
# Runs a set of commands using the runners shell
Expand Down

0 comments on commit 05be19c

Please sign in to comment.