Skip to content

Don't use async_generator for python3.9+ (#47) #15

Don't use async_generator for python3.9+ (#47)

Don't use async_generator for python3.9+ (#47) #15

Workflow file for this run

name: CI
on:
push:
branches:
- '*'
jobs:
ci:
strategy:
matrix:
include:
- os: ubuntu-20.04
distro: noetic
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
- uses: ros-tooling/[email protected]
with:
required-ros-distributions: ${{ matrix.distro }}
- run: sudo apt remove python3-openssl -y
- uses: ros-tooling/[email protected]
with:
target-ros1-distro: ${{ matrix.distro }}