We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c843ed4 + f098288 commit 8612122Copy full SHA for 8612122
.github/workflows/codeql-analysis.yml
@@ -18,11 +18,6 @@ jobs:
18
# We must fetch at least the immediate parents so that if this is
19
# a pull request then we can checkout the head.
20
fetch-depth: 2
21
-
22
- # If this run was triggered by a pull request event, then checkout
23
- # the head of the pull request instead of the merge commit.
24
- - run: git checkout HEAD^2
25
- if: ${{ github.event_name == 'pull_request' }}
26
27
# Initializes the CodeQL tools for scanning.
28
- name: Initialize CodeQL
test-requirements.txt
@@ -1,4 +1,4 @@
1
-pytest >= 6.0.2, < 7.1
+pytest >= 6.0.2, < 7.2
2
pytest-cov
3
pytest-xdist
4
cwltest
0 commit comments