Skip to content

Commit

Permalink
sweep: DIRACGrid#7293 test: use CVMFS in the PilotWrapper tests' cont…
Browse files Browse the repository at this point in the history
…ainers
  • Loading branch information
fstagni authored and web-flow committed Nov 14, 2023
1 parent 85c622d commit 492403e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/pilotWrapper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,15 @@ jobs:
- devel

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: cvmfs-contrib/github-action-cvmfs@v3

- name: Test CernVM-FS
run: ls /cvmfs/dirac.egi.eu

- name: Fail-fast for outdated pipelines
run: .github/workflows/fail-fast.sh

- name: prepare environment
run: |
conda config --set add_pip_as_python_dependency false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,10 @@
# python Test_GenerateAndExecutePilotWrapper.py url://to_PilotWrapper.py


from __future__ import print_function
from __future__ import absolute_import
from __future__ import division
from __future__ import absolute_import, division, print_function

import sys
import os
import sys
import time

# 1) gets the (DIRAC-free) PilotWrapper.py
Expand Down

0 comments on commit 492403e

Please sign in to comment.