File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 uses : Gr1N/setup-poetry@v7
3737 with :
3838 poetry-version : ${{ env.POETRY_VERSION }}
39- - uses : actions/cache@v2
40- with :
41- path : ~/.cache/pypoetry/virtualenvs
42- key : ${{ runner.os }}-${{ env.PYTHON_VERISON_DEFAULT }}-poetry${{ env.POETRY_VERSION }}-${{ hashFiles('poetry.lock') }}
4339 - name : Install dependencies
4440 run : poetry install --no-root
4541 - name : Run tox
7369 uses : Gr1N/setup-poetry@v7
7470 with :
7571 poetry-version : ${{ env.POETRY_VERSION }}
76- - uses : actions/cache@v2
77- with :
78- path : ~/.cache/pypoetry/virtualenvs
79- key : ${{ runner.os }}-${{ matrix.python-version }}-poetry${{ env.POETRY_VERSION }}-${{ hashFiles('poetry.lock') }}
8072 - name : Install dependencies
8173 run : poetry install --no-root
8274 - name : Run tox
@@ -127,10 +119,6 @@ jobs:
127119 uses : Gr1N/setup-poetry@v7
128120 with :
129121 poetry-version : ${{ env.POETRY_VERSION }}
130- - uses : actions/cache@v2
131- with :
132- path : ~/.cache/pypoetry/virtualenvs
133- key : ${{ runner.os }}}-${{ matrix.python-version }}-poetry${{ env.POETRY_VERSION }}-${{ hashFiles('poetry.lock') }}
134122 - name : Install dependencies
135123 run : poetry install --no-root
136124 - name : Ensure build successful
Original file line number Diff line number Diff line change 11# Contributing
22
3- Feel free to open pull requests.
3+ Pull requests are welcome.
4+ But please read the
5+ [ CycloneDX contributing guidelines] ( https://github.com/CycloneDX/.github/blob/master/CONTRIBUTING.md )
6+ first.
47
58## Setup
69
You can’t perform that action at this time.
0 commit comments