Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
CrysFML
Commits
757e93f9
Unverified
Commit
757e93f9
authored
Jul 19, 2021
by
Simon Ward
Committed by
GitHub
Jul 19, 2021
Browse files
Update build_variants.yml
parent
66b8a6b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/build_variants.yml
View file @
757e93f9
...
...
@@ -70,13 +70,11 @@ jobs:
steps
:
-
uses
:
actions/checkout@v2
-
name
:
Setup python
uses
:
actions/setup-python@v1
-
uses
:
conda-incubator/setup-miniconda@v2
with
:
python-version
:
${{matrix.python-version}}
-
name
:
Install wheel
run
:
pip install wheel
auto-update-conda
:
true
python-version
:
${{ matrix.python-version }}
auto-activate-base
:
true
-
uses
:
msys2/setup-msys2@v2
with
:
...
...
@@ -88,7 +86,7 @@ jobs:
-
name
:
Build CFML
shell
:
msys2 {0}
id
:
build
run
:
p
ip wheel ./ --no-deps -w ./dist/
run
:
p
ython setup.py bdist_wheel
env
:
MINGW_ARCH
:
MINGW64
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment