Skip to content

Commit

Permalink
Update nPYc-test-ci-monthly.yml
Browse files Browse the repository at this point in the history
change develop to master (develop branch removed)
  • Loading branch information
duibuqi committed Jan 10, 2024
1 parent 3e3603b commit 321a328
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nPYc-test-ci-monthly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
pip install .
pip install -r requirements.txt
git clone https://github.com/phenomecentre/npc-standard-project.git --single-branch --depth 1 --branch develop ../npc-standard-project
git clone https://github.com/phenomecentre/npc-standard-project.git --single-branch --depth 1 --branch master ../npc-standard-project
pip install xlrd
pip install coverage
pip install codecov
Expand All @@ -36,4 +36,4 @@ jobs:
with:
flags: unittests
name: codecov-umbrella
fail_ci_if_error: true
fail_ci_if_error: true

0 comments on commit 321a328

Please sign in to comment.