Skip to content

Commit

Permalink
Update test-B01_SL_load_single_file.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kmilo9999 authored Jan 22, 2024
1 parent 889c5d7 commit e218668
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-B01_SL_load_single_file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ jobs:
fail-fast: false
matrix:
version: ['3.11']
runs-on: macos-latest
runs-on: ubuntu-latest
steps:
- name: install mpi
#run: sudo apt update && sudo apt-get install openmpi-bin openmpi-doc libopenmpi-dev
run: brew install open-mpi
run: sudo apt update && sudo apt-get install openmpi-bin openmpi-doc libopenmpi-dev
#run: brew install open-mpi
- uses: actions/checkout@v3
- name: setup python
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.version }} # install the python version needed
cache: "pip"
- name: install icesat2-tracks using pip
run: pip install .
run: pip install --upgrade --editable ".[dev]"
- name: List dependencies
run: pip list
- name: first step B01_SL_load_single_file
Expand Down

0 comments on commit e218668

Please sign in to comment.