Skip to content
Snippets Groups Projects
Commit bbec08c6 authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

increase the build number of packages that we build so that they are built...

increase the build number of packages that we build so that they are built again with --strict-channel-priority
parent 8e311130
No related branches found
No related tags found
No related merge requests found
Pipeline #36204 failed
...@@ -10,7 +10,7 @@ source: ...@@ -10,7 +10,7 @@ source:
build: build:
noarch: python noarch: python
number: 0 number: 1
script: "{{ PYTHON }} -m pip install --no-deps --ignore-installed ." script: "{{ PYTHON }} -m pip install --no-deps --ignore-installed ."
requirements: requirements:
......
...@@ -10,7 +10,7 @@ source: ...@@ -10,7 +10,7 @@ source:
sha256: 45125a0ed4d0027d4317bdbd71ca02fc52b0ac160b9d2c3c5be131b4d19f867e sha256: 45125a0ed4d0027d4317bdbd71ca02fc52b0ac160b9d2c3c5be131b4d19f867e
build: build:
number: 0 number: 1
script: "{{ PYTHON }} -m pip install --no-deps --ignore-installed ." script: "{{ PYTHON }} -m pip install --no-deps --ignore-installed ."
entry_points: entry_points:
- gitlab = gitlab.cli:main - gitlab = gitlab.cli:main
......
...@@ -10,7 +10,7 @@ source: ...@@ -10,7 +10,7 @@ source:
build: build:
noarch: python noarch: python
number: 1 number: 2
script: "{{ PYTHON }} -m pip install --no-deps --ignore-installed ." script: "{{ PYTHON }} -m pip install --no-deps --ignore-installed ."
requirements: requirements:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment