Skip to content

Commit

Permalink
update for node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
beachdweller committed Apr 3, 2024
1 parent cc5fac1 commit 0680ee0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/conda_env_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- name: checkout
id: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Update pip
run: python -m pip install --upgrade pip
Expand All @@ -37,7 +37,7 @@ jobs:
steps:
- name: checkout
id: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Update pip
run: python -m pip install --upgrade pip
Expand All @@ -52,9 +52,9 @@ jobs:

- name: Commit & push
id: commit
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message : Add Github badges or remove ipynb `id`s
commit_message : "Clean ipynb ${{ github.sha }}"

test_ipynb:
needs: badges
Expand All @@ -67,7 +67,7 @@ jobs:
fail-fast: false
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: build environment
env:
Expand All @@ -90,7 +90,7 @@ jobs:
fail-fast: false
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: build environment
env:
Expand All @@ -108,10 +108,10 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: setup python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.9.16'

Expand All @@ -125,7 +125,7 @@ jobs:
run: source venv/bin/activate

- name: Cache venv
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: venv
key: ${{ runner.os }}-${{ hashFiles('./tests/requirements.colab.2023.04.txt') }}
Expand Down

0 comments on commit 0680ee0

Please sign in to comment.