Skip to content

Commit 6f1b0aa

Browse files
committed
.
1 parent 06d1540 commit 6f1b0aa

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/reusable_basic.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,6 @@ jobs:
133133
sudo apt-get update
134134
sudo apt-get install -y intel-oneapi-ippcp-devel intel-oneapi-ipp-devel intel-oneapi-common-oneapi-vars intel-oneapi-compiler-dpcpp-cpp
135135
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-
141136
- name: Configure build
142137
run: >
143138
${{ matrix.compiler.cxx == 'icpx' && '. /opt/intel/oneapi/setvars.sh &&' || ''}}

0 commit comments

Comments
 (0)