Skip to content

Commit

Permalink
Use python2 for Topcat reinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
louise-davies committed Aug 1, 2023
1 parent 630208f commit d3f0815
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,12 +287,12 @@ jobs:
- name: Add root (simple without prefix) to TopCAT adminUserNames
run: |
awk -F" =" '/adminUserNames/{$2="= root";print;next}1' /home/runner/install/topcat/topcat.properties > /home/runner/install/topcat/topcat.properties.tmp
- name: Apply rootUserNames change
- name: Apply adminUserNames change
run: |
mv -f /home/runner/install/topcat/topcat.properties.tmp /home/runner/install/topcat/topcat.properties
- name: Reinstall TopCAT
run: |
cd /home/runner/install/topcat/ && ./setup -vv install
cd /home/runner/install/topcat/ && python2 ./setup -vv install
# Disable Globus for Download e2e tests
- name: Login to ICAT
Expand Down

0 comments on commit d3f0815

Please sign in to comment.