Skip to content

Commit c84b2f7

Browse files
committed
remove poetry dynamic versioning from codeql workflow
1 parent f656fca commit c84b2f7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/codeql-analysis.yml

-3
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ jobs:
5353
virtualenvs-in-project: true
5454
installer-parallel: true
5555

56-
- run: pip install poetry-dynamic-versioning
57-
5856
- name: Load cached venv
5957
id: cached-poetry-dependencies
6058
uses: actions/cache@v2
@@ -69,7 +67,6 @@ jobs:
6967
- name: install robotcode
7068
run: poetry install --no-interaction
7169

72-
7370
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
7471
# If this step fails, then you should remove it and run the build manually (see below)
7572
- name: Autobuild

0 commit comments

Comments
 (0)