Skip to content

Commit

Permalink
Update actions script
Browse files Browse the repository at this point in the history
  • Loading branch information
h2zero committed Jun 19, 2024
1 parent 79f9fef commit 1b161cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: [3.7]
python-version: [3.8]
example:
- "examples/BLE-client-test"
- "examples/BLE-server-test"
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: "recursive"
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down

0 comments on commit 1b161cd

Please sign in to comment.