Skip to content

Commit

Permalink
is xerces needed after build? (probably)
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis committed Dec 4, 2023
1 parent 2e69270 commit 1c131bb
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1c131bb

Please sign in to comment.