mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 14:30:09 +01:00
attempt to fix ci on macos
This commit is contained in:
parent
298a051795
commit
819e3cbeee
2 changed files with 4 additions and 9 deletions
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
|
|
@ -47,15 +47,6 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: brew install mercurial
|
||||
run: brew install mercurial
|
||||
|
||||
- name: debug hg
|
||||
run: which hg
|
||||
|
||||
- name: debug mercurial
|
||||
run: which mercurial
|
||||
|
||||
- name: Cache Conda Envs
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
|
|
@ -66,6 +57,9 @@ jobs:
|
|||
restore-keys: |
|
||||
${{ runner.OS }}-conda-cache-${{ hashFiles('requirements/*.txt', 'setup.py', 'makefile*') }}
|
||||
|
||||
- name: brew install mercurial
|
||||
run: brew install mercurial
|
||||
|
||||
- name: make conda
|
||||
run:
|
||||
if [[ -e build/envs.txt ]]; then touch build/envs.txt; fi;
|
||||
|
|
|
|||
|
|
@ -36,6 +36,7 @@ ENV = {
|
|||
'GIT_AUTHOR_EMAIL' : "pycalver_tester@nowhere.com",
|
||||
'GIT_COMMITTER_EMAIL': "pycalver_tester@nowhere.com",
|
||||
'HGUSER' : "pycalver_tester",
|
||||
'PATH' : os.environ['PATH'],
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue