-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
4 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,10 +10,6 @@ jobs: | |
|
||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Set up Python 3.11 | ||
uses: actions/setup-python@v4 | ||
with: | ||
python-version: 3.11 | ||
- name: setup-conda | ||
uses: s-weigand/[email protected] | ||
with: | ||
|
@@ -22,9 +18,7 @@ jobs: | |
- name: Install dependencies | ||
run: | | ||
conda config --add channels conda-forge | ||
conda remove python | ||
conda install python -c defaults | ||
conda install appdirs cartopy gdal matplotlib-base numpy psutil pyproj qt-material | ||
conda install python=3.11 appdirs cartopy gdal matplotlib-base numpy=1.* psutil pyproj qt-material | ||
conda install gsw netCDF4 pillow pyserial scipy | ||
pip install PySide6 | ||
sudo apt-get install -y libegl1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,19 +10,15 @@ jobs: | |
|
||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Set up Python 3.11 | ||
uses: actions/setup-python@v4 | ||
with: | ||
python-version: 3.11 | ||
- name: setup-conda | ||
uses: s-weigand/[email protected].1 | ||
uses: s-weigand/[email protected].2 | ||
with: | ||
update-conda: true | ||
python-version: 3.11 | ||
- name: Install dependencies | ||
run: | | ||
conda config --add channels conda-forge | ||
conda install appdirs cartopy gdal matplotlib-base numpy psutil pyproj qt-material | ||
conda install python=3.11 appdirs cartopy gdal matplotlib-base numpy=1.* psutil pyproj qt-material | ||
conda install gsw netCDF4 pillow pyserial scipy | ||
pip install PySide6 | ||
pip install hyo2.abc2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters