We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06d1540 commit 6f1b0aaCopy full SHA for 6f1b0aa
.github/workflows/reusable_basic.yml
@@ -133,11 +133,6 @@ jobs:
133
sudo apt-get update
134
sudo apt-get install -y intel-oneapi-ippcp-devel intel-oneapi-ipp-devel intel-oneapi-common-oneapi-vars intel-oneapi-compiler-dpcpp-cpp
135
136
- - name: Get UMF version
137
- run: |
138
- VERSION=$(git describe --tags --abbrev=0 | grep -oP '\d+\.\d+\.\d+')
139
- echo "UMF_VERSION=$VERSION" >> $GITHUB_ENV
140
-
141
- name: Configure build
142
run: >
143
${{ matrix.compiler.cxx == 'icpx' && '. /opt/intel/oneapi/setvars.sh &&' || ''}}
0 commit comments