Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fancaiyu authored Dec 30, 2024
1 parent 67cc277 commit c045667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install ../MCintrgration.py
pip install .
pip install coverage
pip install pytest pytest-cov
pip install -r requirements.txt
Expand Down

0 comments on commit c045667

Please sign in to comment.