From 1c131bb9e48fa2729d8a2a386b0802859b8b8ad8 Mon Sep 17 00:00:00 2001 From: Luis Antonio Obis Aparicio Date: Sun, 3 Dec 2023 20:05:06 -0600 Subject: [PATCH] is xerces needed after build? (probably) --- .github/workflows/build-test.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml index 85b5626..fc010fc 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -125,18 +125,6 @@ jobs: with: python-version: ${{ matrix.python-version }} - - name: Install additional dependencies (ubuntu) - if: matrix.platform == 'ubuntu-latest' - run: | - sudo apt-get update - sudo apt-get install -y libxerces-c-dev - python -m pip install cmake - - - name: Install additional dependencies (macos) - if: matrix.platform == 'macos-latest' - run: | - brew install xerces-c - - name: Cache Geant4 Installation id: cache-geant4 uses: actions/cache@v3