Merge pull request #167 from AmpelAstro/renovate/master-major-dev-dep… #1234
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: ci | |
on: | |
push: | |
branches: | |
- master | |
- renovate/* | |
- dev/* | |
tags: | |
- v* | |
pull_request: | |
branches: | |
- master | |
- dev/* | |
- stable/* | |
jobs: | |
ci: | |
uses: AmpelProject/Ampel-interface/.github/workflows/ci.yml@e880b6e4cc9827cb4a85a06d00cb36738d9dda93 # ci-py12-v3 | |
secrets: | |
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }} | |
with: | |
mongo: true | |
format: true | |
lint: true | |
# renovate: datasource=conda depName=conda-forge/python | |
python-version: "3.12.6" |