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.
1 parent c9a9eaa commit e5949efCopy full SHA for e5949ef
.github/workflows/basic-python3.yml
@@ -20,7 +20,7 @@ jobs:
20
# * `test_BaseType_Unicode` and `test_nestedStructure` fail due to
21
# DISET's string and unicode types being poorly defined
22
- pytest --runslow -k 'not test_BaseType_Unicode and not test_nestedStructure'
23
- - pylint -E src/ --rcfile=.pylintrc
+ - pylint -E src/
24
25
steps:
26
- uses: actions/checkout@v2
environment-py3.yml
@@ -93,3 +93,4 @@ dependencies:
93
- git+https://gitlab.cern.ch/cburr/fts-rest.git@python3
94
# Doesn't support Python 3.9
95
# - rucio-clients >=1.25.6
96
+ - git+https://github.com/rucio/rucio.git@master
0 commit comments