mirror of
https://github.com/flobz/psa_car_controller.git
synced 2026-08-21 17:06:18 +00:00
ci: fix
This commit is contained in:
@@ -11,8 +11,8 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: '3.10'
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
|
||||
@@ -7,7 +7,6 @@ on:
|
||||
|
||||
# Allows you to run this workflow manually from the Actions tab
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-18.04
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "psa-car-controller"
|
||||
version = "3.0.0rc0"
|
||||
version = "0.0.0"
|
||||
description = "This is a python program to control a psa car with connected_car v4 api."
|
||||
authors = ["Florian Bezannier <florian.bezannier@hotmail.fr>"]
|
||||
license = "GPL-3.0"
|
||||
|
||||
Reference in New Issue
Block a user