Skip to content
Snippets Groups Projects
Commit c3e41870 authored by Wout De Nolf's avatar Wout De Nolf
Browse files

minimal required pypushflow version

parent 3327d1c4
No related branches found
No related tags found
1 merge request!73Release
......@@ -12,15 +12,9 @@ build_sdist:
test_sdist-3.6:
extends: .test_sdist-3.6
before_script:
- !reference [.test_sdist-3.6, before_script]
- pip install git+https://git@gitlab.esrf.fr/workflow/pypushflow.git@main
test_sdist-3.8-win:
extends: .test_sdist-3.8-win
before_script:
- !reference [.test_sdist-3.8-win, before_script]
- pip install git+https://git@gitlab.esrf.fr/workflow/pypushflow.git@main
build_doc:
extends: .build_doc
......
......@@ -24,7 +24,7 @@ packages=find:
python_requires = >=3.6
install_requires =
ewokscore >=0.1.1
pypushflow
pypushflow >=0.4.0
[options.packages.find]
where=src
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment