Skip to content

Commit

Permalink
Update workflow to remove node 12 deprecation warning in CI (#650)
Browse files Browse the repository at this point in the history
  • Loading branch information
anders-kiaer authored Nov 22, 2022
1 parent cb4207c commit a47d14a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/webviz-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ jobs:

steps:
- name: 📖 Checkout commit locally
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set setuptools_scm version
if: github.event_name == 'release'
# Need to instruct setuptools_scm to use the GitHub provided tag, despite local git changes (due to build step)
run: echo "SETUPTOOLS_SCM_PRETEND_VERSION=${{ github.event.release.tag_name }}" >> $GITHUB_ENV

- name: 🐍 Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit a47d14a

Please sign in to comment.