Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fancaiyu authored Feb 11, 2025
1 parent 54601f5 commit 62c3c19
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: CI
on:
push:
branches:
- master
- test
pull_request:
branches:
- master
- test

permissions:
contents: write
Expand Down Expand Up @@ -37,6 +37,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install .
pip install coverage
pip install pytest pytest-cov
pip install -r requirements.txt
Expand All @@ -48,7 +49,6 @@ jobs:
export WORLD_SIZE=1
export MASTER_ADDR=localhost
export MASTER_PORT=12345
export PYTHONPATH=MCintegration
pytest --cov --cov-report=xml --ignore=examples
- name: Upload coverage to Codecov
Expand Down

0 comments on commit 62c3c19

Please sign in to comment.