Skip to content

Commit ce06cc9

Browse files
committed
trying conda compilers
1 parent bf76106 commit ce06cc9

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.github/workflows/CI_pyFrame3DD.yml

+17-17
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on: [push, pull_request]
66
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
77
jobs:
88
build_conda:
9-
name: Conda Build (${{ matrix.os }})
9+
name: Build (${{ matrix.os }} Python ${{ matrix.python-version }})
1010
runs-on: ${{ matrix.os }}
1111

1212
defaults:
@@ -50,10 +50,10 @@ jobs:
5050
# run: |
5151
# conda env update --file environment.yml
5252

53-
# Install dependencies of WISDEM specific to linux/mac
54-
#- name: Add compilers
55-
# run: |
56-
# conda install compilers
53+
# Install compilers
54+
- name: Add compilers
55+
run: |
56+
conda install compilers
5757
5858
# Install dependencies of WISDEM specific to linux/mac
5959
#- name: Add dependencies linux specific
@@ -63,24 +63,24 @@ jobs:
6363
# conda init bash
6464

6565
# Install dependencies of WISDEM specific to windows
66-
- name: Add dependencies windows specific
67-
if: contains( matrix.os, 'windows')
68-
run: |
69-
conda install -y m2w64-toolchain libpython
66+
#- name: Add dependencies windows specific
67+
# if: contains( matrix.os, 'windows')
68+
# run: |
69+
# conda install -y m2w64-toolchain libpython
7070

7171
# Install
7272
- name: Conda Install pyFrame3DD
7373
run: |
7474
python setup.py develop
7575
76-
# Install
77-
- name: Library name
78-
run: |
79-
ls
80-
echo "BREAK"
81-
ls pyframe3dd
82-
echo "BREAK"
83-
ls meson_build/pyframe3dd
76+
# Peek
77+
#- name: Library name
78+
# run: |
79+
# ls
80+
# echo "BREAK"
81+
# ls pyframe3dd
82+
# echo "BREAK"
83+
# ls meson_build/pyframe3dd
8484

8585
# Run tests
8686
- name: Conda Run pytest

0 commit comments

Comments
 (0)