Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into newDevel
Browse files Browse the repository at this point in the history
* upstream/master:
  test: fix for pylint and python 2.7
  remove: old variables from setFlavour()
  Revert "master: add new command RegisterPilot"
  fix: extract DN in case of running with certificates
  feat: removed old, not-anymore-useful user_data files
  feat: added test for existance of dirac-admin-add-pilot
  feat: removed pilot switch for setting the pilotReference
  fix: pilotReference is by default
  test: added RegisterPilot command for all integration tests
  fix: moved __setFlavour method in RegisterPilots command
  feat: added command RegisterPilot
  • Loading branch information
fstagni committed Aug 1, 2023
2 parents 3ecba7c + a50a6b6 commit 9123c92
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
matrix:
python:
- 2.7.18
- 3.6.8
- 3.9.4
- 3.6.15
- 3.9.17

container: python:${{ matrix.python }}-slim
steps:
Expand Down Expand Up @@ -54,8 +54,8 @@ jobs:
matrix:
python:
- 2.7.18
- 3.6.8
- 3.9.4
- 3.6.15
- 3.9.17

container: python:${{ matrix.python }}-slim
steps:
Expand All @@ -77,8 +77,8 @@ jobs:
matrix:
python:
- 2.7.18
- 3.6.8
- 3.9.4
- 3.6.15
- 3.9.17

container: python:${{ matrix.python }}-slim
steps:
Expand Down
1 change: 0 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: pilot-development

channels:
- diracgrid
- conda-forge
- defaults

Expand Down

0 comments on commit 9123c92

Please sign in to comment.