Skip to content

Commit efa1ad8

Browse files
authored
Merge branch 'main' into paper
2 parents a2c96c6 + 0db1555 commit efa1ad8

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ jobs:
1818
# We must fetch at least the immediate parents so that if this is
1919
# a pull request then we can checkout the head.
2020
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' }}
2621

2722
# Initializes the CodeQL tools for scanning.
2823
- name: Initialize CodeQL

mypy_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
mypy==0.931
1+
mypy==0.941
22
types-requests
33
types-setuptools

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pytest >= 6.0.2, < 7.1
1+
pytest >= 6.0.2, < 7.2
22
pytest-cov
33
pytest-xdist
44
cwltest

0 commit comments

Comments
 (0)