Skip to content

Commit

Permalink
Update sharpy_tests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-l-p authored Oct 30, 2023
1 parent 758c072 commit 50f9c9b
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/sharpy_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
build:

runs-on: macos-latest-large
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.10.8]
Expand All @@ -26,18 +26,17 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
#- name: Set up GCC
# uses: egor-tensin/setup-gcc@v1
#with:
# version: 10
# platform: x64
- name: Set up GCC
uses: egor-tensin/setup-gcc@v1
with:
version: 10
platform: x64
- name: Setup conda
uses: s-weigand/setup-conda@v1
with:
python-version: 3.9
- name: Pre-Install dependencies
run: |
brew install gcc-12
gfortran --version
wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;
# wget https://repo.anaconda.com/archive/Anaconda3-2022.10-Linux-x86_64.sh -O miniconda.sh;
Expand Down

0 comments on commit 50f9c9b

Please sign in to comment.