Skip to content

Commit

Permalink
[CI] Enable devtoolset-7 on CentOS 7
Browse files Browse the repository at this point in the history
  • Loading branch information
amadio committed Jun 5, 2023
1 parent 2d3a8da commit 4704126
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -864,6 +864,7 @@ jobs:

- name: Build sdist using publishing workflow
run: |
. /opt/rh/devtoolset-7/enable
cp packaging/wheel/* .
./publish.sh
python3 -m pip --verbose install --upgrade ./dist/xrootd-*.tar.gz
Expand Down Expand Up @@ -921,6 +922,7 @@ jobs:

- name: Build sdist using publishing workflow
run: |
. /opt/rh/devtoolset-7/enable
cp packaging/wheel/* .
./publish.sh
python3 -m pip --verbose install --upgrade ./dist/xrootd-*.tar.gz
Expand Down

0 comments on commit 4704126

Please sign in to comment.