Skip to content

Commit

Permalink
Merge pull request #159 from oasis-open/update-workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ejratl authored Oct 13, 2023
2 parents c5d24c6 + 016c3ed commit 09a94c8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/python-ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:

name: Python 3.x Build
steps:
- uses: actions/checkout@v2
- name: Use Node.js 12.x
uses: actions/setup-node@v1
- uses: actions/checkout@v3
- name: Use Node.js 16
uses: actions/setup-node@v3
with:
node-version: '12.x'
node-version: 16
- name: Set up Python 3.x
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Install and update essential dependencies
Expand Down

0 comments on commit 09a94c8

Please sign in to comment.