Skip to content

Commit

Permalink
Update test-cm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh authored Jun 8, 2024
1 parent 4debd13 commit 18e9654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-cm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install -r requirements.txt
python -m pip install --ignore-installed --verbose pip setuptools
cd cm
python setup.py install
Expand Down

0 comments on commit 18e9654

Please sign in to comment.