-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #160 from halomod/dependabot/pip/wheel-0.38.1
chore(deps-dev): bump wheel from 0.31.0 to 0.38.1
- Loading branch information
Showing
4 changed files
with
12 additions
and
25 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
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 |
---|---|---|
|
@@ -26,24 +26,16 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
os: [ubuntu-latest, macos-latest] | ||
python-version: [3.8, 3.9, "3.10"] | ||
python-version: [3.8, 3.9, "3.10", "3.11"] | ||
steps: | ||
- uses: actions/checkout@master | ||
with: | ||
fetch-depth: 1 | ||
- uses: actions/setup-python@v4 | ||
with: | ||
python-version: ${{ matrix.python-version }} | ||
- name: Symlink gfortran (macOS) | ||
if: runner.os == 'macOS' | ||
run: | | ||
# make sure gfortran is available | ||
# https://github.com/actions/virtual-environments/issues/2524 | ||
# https://github.com/cbg-ethz/dce/blob/master/.github/workflows/pkgdown.yaml | ||
sudo ln -s /usr/local/bin/gfortran-10 /usr/local/bin/gfortran | ||
sudo mkdir /usr/local/gfortran | ||
sudo ln -s /usr/local/Cellar/gcc@10/*/lib/gcc/10 /usr/local/gfortran/lib | ||
gfortran --version | ||
- name: Setup GNU Fortran | ||
uses: modflowpy/[email protected] | ||
- name: Install | ||
run: pip install .[dev] | ||
- name: Run Tests | ||
|
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"esbonio.sphinx.confDir": "" | ||
} |
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 |
---|---|---|
|
@@ -16,4 +16,4 @@ Sphinx==1.7.5 | |
sphinx_rtd_theme | ||
sympy==1.1.1 | ||
tox==3.0.0 | ||
wheel==0.31.0 | ||
wheel==0.38.1 |