Commit 394bb6f2 authored by Godefroid Chapelle's avatar Godefroid Chapelle

[actions] fix scripts and setuptools-master workflows

parent f74af6c5
[buildout]
extends = scripts.cfg
scripts-versions-2.7.cfg
scripts.cfg
\ No newline at end of file
scripts.cfg
\ No newline at end of file
scripts.cfg
\ No newline at end of file
[versions]
more-itertools = 5.0.0
......@@ -24,9 +24,10 @@ jobs:
- name: Run buildout
env:
PACKAGE: ${{matrix.package}}
PYTHON_VERSION: ${{matrix.python-version}}
run: |
sandbox/bin/buildout -v -c .github/workflows/scripts.cfg annotate buildout
sandbox/bin/buildout -c .github/workflows/scripts.cfg
sandbox/bin/buildout -v -c .github/workflows/scripts-${PYTHON_VERSION}.cfg annotate buildout
sandbox/bin/buildout -c .github/workflows/scripts-${PYTHON_VERSION}.cfg
- name: Check eggs
run: |
ls -al sandbox/eggs
......
......@@ -38,9 +38,10 @@ jobs:
- name: Run buildout
env:
PACKAGE: ${{matrix.package}}
PYTHON_VERSION: ${{matrix.python-version}}
run: |
sandbox/bin/buildout -v -c .github/workflows/scripts.cfg annotate buildout
sandbox/bin/buildout -c .github/workflows/scripts.cfg
sandbox/bin/buildout -v -c .github/workflows/scripts-${PYTHON_VERSION}.cfg annotate buildout
sandbox/bin/buildout -c .github/workflows/scripts-${PYTHON_VERSION}.cfg
- name: Check eggs
run: |
ls -al sandbox/eggs
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment