File tree Expand file tree Collapse file tree 6 files changed +19
-7
lines changed Expand file tree Collapse file tree 6 files changed +19
-7
lines changed Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ # Maintain dependencies for GitHub Actions
4+ - package-ecosystem : " github-actions"
5+ directory : " /"
6+ schedule :
7+ interval : " weekly"
8+ # Keep Python dependencies updated
9+ - package-ecosystem : " pip"
10+ directory : " /"
11+ schedule :
12+ interval : " weekly"
Original file line number Diff line number Diff line change 1414 ports :
1515 - 9000:9000
1616 steps :
17- - uses : actions/checkout@v2
17+ - uses : actions/checkout@v3
1818 with :
1919 fetch-depth : 0
2020 - name : Set up Python ${{ matrix.python-version }}
3535 run : |
3636 pytest --cov=./mcbackend --cov-report xml --cov-report term-missing mcbackend/
3737 - name : Upload coverage
38- uses : codecov/codecov-action@v2
38+ uses : codecov/codecov-action@v3
3939 if : matrix.python-version == 3.9
4040 with :
4141 file : ./coverage.xml
Original file line number Diff line number Diff line change 1111 env :
1212 SKIP : no-commit-to-branch
1313 steps :
14- - uses : actions/checkout@v2
14+ - uses : actions/checkout@v3
1515 - uses : actions/setup-python@v2
16- - uses : pre-commit/action@v2 .0.0
16+ - uses : pre-commit/action@v3 .0.0
Original file line number Diff line number Diff line change 1717 env :
1818 PYPI_TOKEN : ${{ secrets.PYPI_TOKEN }}
1919 steps :
20- - uses : actions/checkout@v2
20+ - uses : actions/checkout@v3
2121 with :
2222 fetch-depth : 0
2323 - name : Set up Python
Original file line number Diff line number Diff line change 11arviz
22clickhouse-driver
33flake8
4- pymc >= 4.0.0
4+ pymc >= 4.0.1
55pytest
66pytest-cov
77twine
Original file line number Diff line number Diff line change 1- betterproto == 2.0.0b3
1+ betterproto == 2.0.0b4
22hagelkorn
33numpy
44pandas
You can’t perform that action at this time.
0 commit comments