Skip to content

Commit

Permalink
debug conda CI build (again!)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrohwer committed May 10, 2024
1 parent 865c8fc commit dd12505
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/build-conda.yml
Expand Up @@ -11,12 +11,18 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-12]
os: [macos-12]
# os: [ubuntu-latest, windows-latest, macos-12]
name: Build Anaconda packages on ${{ matrix.os }}

steps:
- uses: actions/checkout@v4

- uses: actions/setup-python@v5
name: Install Python
with:
python-version: '3.11'

- name: (windows) Install rtools MinGW compilers
if: matrix.os == 'windows-latest'
run: |
Expand Down
4 changes: 2 additions & 2 deletions packaging/conda-unix/meta.yaml
@@ -1,7 +1,7 @@
package:
name: pysces
version: {{ GIT_DESCRIBE_TAG }}
# version: 1.2.0
# version: {{ GIT_DESCRIBE_TAG }}
version: 1.2.1

source:
# git_url: https://github.com/PySCeS/pysces.git
Expand Down

0 comments on commit dd12505

Please sign in to comment.