Skip to content

Commit

Permalink
Reverted test
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSalinas98 authored Sep 10, 2024
1 parent 34c6538 commit 28e6bb6
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y libfftw3-dev libhdf5-dev python3-numpy python3-dev libtiff5-dev unzip libsqlite3-dev default-jdk git cmake libopencv-dev make cmake
sudo apt install -y libfftw3-dev libhdf5-dev python3-numpy python3-dev libtiff5-dev unzip libsqlite3-dev default-jdk git cmake libopencv-dev make cmake
- name: Install CUDA
uses: Jimver/cuda-toolkit@master
Expand All @@ -47,12 +47,6 @@ jobs:
run: |
pip install --user scipion-installer
python3 -m scipioninstaller -conda -noXmipp -noAsk scipion
- name: Test print env
working-directory: ${{ github.workspace }}/../
run: |
scipion/scipion3 printenv
false
- name: Cloning Xmipp
working-directory: ${{ github.workspace }}/../
Expand Down

0 comments on commit 28e6bb6

Please sign in to comment.