Skip to content

Commit bf14fdf

Browse files
authored
Merge pull request #91 from MiraGeoscience/GEOPY-2049
GEOPY-2049: relock on latest git dev revisions
2 parents 6dc5d0a + 6637b07 commit bf14fdf

5 files changed

Lines changed: 408 additions & 365 deletions

File tree

.github/workflows/python_deploy_dev.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
with:
1717
package-name: 'mira-omf'
1818
python-version: '3.10'
19-
source-repo-names: '["public-conda-dev-local", "conda-forge-dev-remote"]'
19+
source-repo-names: '["public-noremote-conda-dev"]'
20+
conda-channels: '["conda-forge"]'
2021
publish-repo-names: '["public-conda-dev"]'
2122
secrets:
2223
JFROG_ARTIFACTORY_URL: ${{ secrets.JFROG_ARTIFACTORY_URL }}

.pre-commit-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ repos:
9999
exclude_types: [jupyter]
100100
- id: check-toml
101101
- id: check-yaml
102-
exclude: ^recipe.yaml$
103102
- id: check-added-large-files
104103
- id: check-case-conflict
105104
- id: check-merge-conflict

0 commit comments

Comments
 (0)