Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • ifn-public/LPS
1 result
Show changes
Commits on Source (2)
...@@ -24,7 +24,7 @@ before_script: ...@@ -24,7 +24,7 @@ before_script:
build: build:
stage: build stage: build
script: script:
- pip install setuptool - pip install setuptools
- python setup.py sdist bdist_wheel1 - python setup.py sdist bdist_wheel1
test: test:
......