Skip to content

Commit 8285ef7

Browse files
Remove workaround for broken dependencies
1 parent 41e3e5b commit 8285ef7

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/standalone-benchmark.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ jobs:
3939

4040
- name: Build and Run
4141
run: |
42-
. $WORK_DIR/$ALIBUILD_ARCH_PREFIX/date/v3.0.3-1/etc/profile.d/init.sh
43-
. $WORK_DIR/$ALIBUILD_ARCH_PREFIX/pytorch_cpuinfo/alice1-1/etc/profile.d/init.sh
4442
. $WORK_DIR/$ALIBUILD_ARCH_PREFIX/O2/daily-20250805-0000-1/etc/profile.d/init.sh
4543
export ROOT_INCLUDE_PATH=$(echo "$ROOT_INCLUDE_PATH" | cut -d: -f3-)
4644
@@ -61,8 +59,6 @@ jobs:
6159
ARTIFACT_FILE: /root/artifact.txt
6260
WORK_DIR: /cvmfs/alice.cern.ch
6361
ALIBUILD_ARCH_PREFIX: el9-x86_64/Packages
64-
DATE_REVISION: 1
65-
PYTORCH_CPUINFO_REVISION: 1
6662

6763
- name: Upload Artifact
6864
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)