Skip to content

Commit d26970b

Browse files
committed
Merge branch 'main' of github.com:CycloneDX/cyclonedx-python-lib
2 parents 6799e63 + 42f7952 commit d26970b

File tree

2 files changed

+4
-13
lines changed

2 files changed

+4
-13
lines changed

.github/workflows/poetry.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ jobs:
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
@@ -73,10 +69,6 @@ jobs:
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

CONTRIBUTING.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
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

0 commit comments

Comments
 (0)