Skip to content

Commit

Permalink
Allow workflows to run on python2.7
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Syms <mark.syms@citrix.com>
  • Loading branch information
MarkSymsCtx committed Jun 20, 2023
1 parent e8075a5 commit d737c21
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
name: Python sanity checks and regression tests

runs-on: ubuntu-20.04 # 20.04 is required for availability of python-2.7
container:
image: python:2.7.18-buster

strategy:
fail-fast: false
matrix:
Expand All @@ -44,4 +47,4 @@ jobs:
- name: Test sar file collection, extended by XSI-1385 with plain-text SARs
run: |
export PYTHON=${{ steps.cpython.outputs.python-path }}
sudo -E TRACE=logging tests/integration/sar-file-collection.test.sh
sudo -E TRACE=logging tests/integration/sar-file-collection.test.sh

0 comments on commit d737c21

Please sign in to comment.