Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
fstagni committed Nov 3, 2023
1 parent 197c866 commit 134cb34
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
python:
python_version:
- 2.7.18
- 3.6.15
- 3.9.17
Expand All @@ -27,6 +27,12 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: cvmfs-contrib/github-action-cvmfs@v3
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python_version }}

- name: Check Python version
run: python --version

- name: Test CernVM-FS
run: ls /cvmfs/dirac.egi.eu
Expand All @@ -36,10 +42,6 @@ jobs:
HOSTCERT_BASE64: ${{ secrets.HOSTCERT_BASE64 }}
HOSTKEY_BASE64: ${{ secrets.HOSTKEY_BASE64 }}
run: |
which python
python --version
ls /usr/bin/python*
which update-alternatives
cd Pilot
mkdir -p etc/grid-security
echo "$HOSTCERT_BASE64" | base64 --decode > etc/grid-security/hostcert.pem
Expand Down

0 comments on commit 134cb34

Please sign in to comment.