Skip to content

Commit

Permalink
remove macos & add client
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit-cty committed Jan 17, 2022
1 parent 94d448e commit 17b7670
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish-to-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
# , "windows-latest" : Windows failed due to too long filename,
# See https://github.com/conda-forge/staged-recipes/issues/17519
os: ["macos-latest", "ubuntu-latest"] # ubuntu-latest
os: ["ubuntu-latest"] # "macos-latest", ubuntu-latest
python-version: ["3.7"]
steps:
- uses: conda-incubator/setup-miniconda@v2
Expand All @@ -34,7 +34,8 @@ jobs:
python3 .github/get_pypi_info.py
- name: Conda Config
run: |
conda install conda-build
conda install conda-build anaconda-client
conda info
conda config --set anaconda_upload yes
- name: Conda build
run: conda build --token ${{ secrets.ANACONDA_TOKEN }} --user openfisca .conda

0 comments on commit 17b7670

Please sign in to comment.