Skip to content

Commit

Permalink
build: bump ruby to 2.6 (iterative#8154)
Browse files Browse the repository at this point in the history
  • Loading branch information
skshetry authored Aug 20, 2022
1 parent b5d5728 commit 17a5650
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Set up Ruby 2.4
uses: actions/setup-ruby@v1.1.3
- name: Set up Ruby 2.6
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.4
ruby-version: '2.6'
- name: Install deps
run: |
pip install .[all]
Expand Down

0 comments on commit 17a5650

Please sign in to comment.