Skip to content

Commit

Permalink
Update GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rvhonorato committed Jan 2, 2024
1 parent 00e9de5 commit 4fe2591
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,15 @@ on: [push, pull_request]

jobs:
build:
runs-on: ${{ matrix.platform }}
strategy:
matrix:
platform: [ubuntu-22.04]
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: recursive

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

Expand Down

0 comments on commit 4fe2591

Please sign in to comment.