Skip to content

Commit

Permalink
Bump GH action pins; see if deploy works (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
prisae committed Feb 16, 2024
1 parent 36e880d commit 46d99be
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ jobs:

steps:

# Cancel any previous run of the test job; [pin v0.10.0 (2022-06-27)]
# Cancel any previous run of the test job; [pin v0.12.1 (2024-01-25)]
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@bb6001c4ea612bf59c3abfc4756fbceee4f870c7
uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa
with:
access_token: ${{ github.token }}

Expand All @@ -98,8 +98,8 @@ jobs:
run: git fetch origin 'refs/tags/*:refs/tags/*'

- name: Setup miniconda
# [pin v2.1.1 (2021-04-01)]
uses: conda-incubator/setup-miniconda@35d1405e78aa3f784fe3ce9a2eb378d5eeb62169
# [pin v3.0.1 (2023-11-29)]
uses: conda-incubator/setup-miniconda@11b562958363ec5770fef326fe8ef0366f8cbf8a
with:
auto-update-conda: true
python-version: ${{ matrix.case.python-version }}
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: "3.9"
python-version: "3.11"

- name: Install dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
# the check; they "should" be permanent, that is their entire purpose; doi.org
# is responsible for resolving them.
linkcheck_ignore = [
"https://doi.org/10.*",
"https://doi.org/*", # DOIs should be permanent (their entire purpose)
"https://conahcyt.mx", # Check fails; check later again!
"https://software.seg.org", # Page cannot be reached.
]
3 changes: 1 addition & 2 deletions examples/time_domain/tem_walktem.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
<https://github.com/usgs/geobipy>`_, and it was created with his help and also
the help of Seogi Kang (`@sgkang <https://github.com/sgkang>`_) from
`simpegEM1D <https://github.com/simpeg/simpegem1d>`_; the waveform function is
based on work from Kerry Key (`@kerrykey <https://github.com/kerrykey>`_) from
`emlab <https://emlab.ldeo.columbia.edu>`_.
based on work from Kerry Key (`@kerrykey <https://github.com/kerrykey>`_).
"""
import empymod
import numpy as np
Expand Down

0 comments on commit 46d99be

Please sign in to comment.