Skip to content

Commit

Permalink
feat: add python 3.12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Feb 22, 2024
1 parent 35d8f84 commit 798ec5e
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: node_js CI
on:
push:
branches:
- master
- master
pull_request:
branches:
- "**"
- "**"

jobs:
run_tests:
Expand All @@ -16,24 +16,24 @@ jobs:
matrix:
node: [10]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Checkout
uses: actions/checkout@v2

- name: Setup Nodejs
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- name: Setup Nodejs
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}

- name: Install Ruby
uses: ruby/setup-ruby@477b21f02be01bcb8030d50f37cfec92bfa615b6
with:
ruby-version: 2.7
- name: Install Ruby
uses: ruby/setup-ruby@477b21f02be01bcb8030d50f37cfec92bfa615b6
with:
ruby-version: 2.7

- name: Install Dependencies
run: npm install
- name: Install Dependencies
run: npm install

- name: Bundle Install
run: bundle install
- name: Bundle Install
run: bundle install

# gulp checks fail on CI. These were already failing on Travis and will be fixed in a later PR.
# - name: Run Gulp Build
Expand Down

0 comments on commit 798ec5e

Please sign in to comment.