We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52e4c80 commit efb983fCopy full SHA for efb983f
3 files changed
.github/workflows/format.yml
@@ -4,14 +4,7 @@ on:
4
branches: [main]
5
jobs:
6
format:
7
- runs-on: ${{ matrix.os }}
8
- strategy:
9
- matrix:
10
- os: [ubuntu-latest, macos-latest]
11
- python-version: [3.6, 3.7, 3.8]
12
- exclude:
13
- - os: macos-latest
14
- python-version: 3.8
+ runs-on: ubuntu-latest
15
steps:
16
- uses: actions/checkout@v2
17
with:
jupyddl/__init__.py
@@ -1 +1 @@
1
-
+from .automated_planner import AutomatedPlanner
setup.py
@@ -9,7 +9,7 @@
setuptools.setup(
name="jupyddl", # Replace with your own username
- version="0.2.2",
+ version="0.2.3",
author="Erwin Lejeune",
author_email="erwinlejeune.pro@gmail.com",
description="Jupyddl is a PDDL planner built on top of a Julia parser",
0 commit comments