Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
PyWake
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TOPFARM
PyWake
Commits
e4b7313b
Commit
e4b7313b
authored
11 months ago
by
Mads M. Pedersen
Browse files
Options
Downloads
Patches
Plain Diff
remove conda build + topfarm git path in pyproject.toml
parent
227be365
No related branches found
No related tags found
3 merge requests
!624
Multi mirror
,
!607
Cupy RANS NN Surrogate Inference Changes
,
!586
remove conda build + topfarm git path in pyproject.toml
Pipeline
#56675
passed
11 months ago
Stage: test
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+0
-52
0 additions, 52 deletions
.gitlab-ci.yml
pyproject.toml
+1
-1
1 addition, 1 deletion
pyproject.toml
with
1 addition
and
53 deletions
.gitlab-ci.yml
+
0
−
52
View file @
e4b7313b
...
...
@@ -165,57 +165,5 @@ pypi_linux:
-
ci-ubuntu
build_conda
:
stage
:
build
image
:
condaforge/mambaforge:latest
dependencies
:
[]
script
:
-
export VERSION=`git describe --tags --always | sed 's/v//' | sed 's/-/.dev/' | sed 's/-/_/'`
-
mamba install -c conda-forge --override-channels -y boa conda-verify
-
conda mambabuild --no-anaconda-upload -c conda-forge --override-channels --output-folder ./conda_channel ./recipe
artifacts
:
untracked
:
false
expire_in
:
"
3
days"
paths
:
[
"
conda_channel/noarch/py_wake*.tar.bz2"
]
rules
:
-
if
:
$CI_COMMIT_TAG && $CI_COMMIT_REF_PROTECTED
allow_failure
:
true
-
if
:
$CI_PIPELINE_SOURCE == "merge_request_event"
when
:
manual
allow_failure
:
true
changes
:
-
setup.py
-
recipe/meta.yaml
-
when
:
never
tags
:
-
ci-ubuntu
deploy_conda
:
stage
:
deploy
image
:
docker:latest
dependencies
:
[
"
build_conda"
]
needs
:
[
"
build_conda"
]
script
:
-
CONDA_PKG=`basename ./conda_channel/noarch/py_wake*.tar.bz2`
-
cp -p ./conda_channel/noarch/$CONDA_PKG /conda_channel_open/noarch/${CONDA_PKG}.tmp
-
chown 1000:1000 /conda_channel_open/noarch/${CONDA_PKG}.tmp
-
mv /conda_channel_open/noarch/${CONDA_PKG}.tmp /conda_channel_open/noarch/${CONDA_PKG}
rules
:
-
if
:
$CI_COMMIT_TAG && $CI_COMMIT_REF_PROTECTED
tags
:
-
conda_channel
# current
# pypi_windows:
# stage:
# deploy
# only:
# - tags
# - test_pypi
# script:
# - c:/Anaconda3/envs/pyTopfarm/python.exe setup.py bdist_wheel
# - twine upload dist/* -u %TWINE_USERNAME% -p %TWINE_PASSWORD%
# #- twine upload --repository-url https://test.pypi.org/legacy/ dist/* -u %TWINE_USERNAME% -p %TWINE_PASSWORD% # for testing purposes
# tags:
# - CPAV_old_PC
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
1
View file @
e4b7313b
...
...
@@ -59,7 +59,7 @@ docs = [
"ipympl"
,
"ipykernel"
,
"pypandoc"
,
"topfarm
@ git+https://gitlab.windenergy.dtu.dk/TOPFARM/TopFarm2.git
"
,
"topfarm"
,
]
[
tool.setuptools
]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment