File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ updates:
88 interval : " daily"
99 ignore :
1010 # TOMToolkit limit.
11- - dependency_name : " django"
11+ - dependency-name : " django"
1212 versions : [">=5.0.0"]
1313 # ANTARES client workaround.
14- - dependency_name : " marshmallow"
14+ - dependency-name : " marshmallow"
1515 versions : [">=4.0.0"]
1616 # TOMToolkit limit.
17- - dependency_name : " astropy"
17+ - dependency-name : " astropy"
1818 versions : [">=7.0.0"]
1919 # Enable version updates for GitHub Actions
2020 - package-ecosystem : " github-actions"
Original file line number Diff line number Diff line change 11name : Build Conda Environment
22
33on :
4+ workflow_dispatch :
45 schedule :
5- - cron : ' 0 0 * * *' # Runs daily at midnight UTC
6+ - cron : " 0 0 * * *" # Runs daily at midnight UTC
67
78jobs :
89 build_conda_env :
1415 strategy :
1516 fail-fast : false
1617 matrix :
17- # Test building on Mac Intel as well.
18+ # Test building on Mac Intel as well.
1819 os : [ubuntu-latest, macos-13]
1920 python-version : ["3.12"]
2021
You can’t perform that action at this time.
0 commit comments