Skip to content

Commit

Permalink
fix: fix Python
Browse files Browse the repository at this point in the history
  • Loading branch information
alexec committed Jun 10, 2021
1 parent a2fdaaf commit dbc403d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ pip install git+https://github.com/argoproj-labs/argo-dataflow#subdirectory=dsls
```

```python
from argodataflow import cron, pipeline
from argo_dataflow import cron, pipeline

if __name__ == '__main__':
(pipeline('hello')
Expand Down
2 changes: 1 addition & 1 deletion test/dsls/python/Makefile → examples/python/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
test:
pip3 install -r requirements.txt
python3 test.py
python3 example.py
2 changes: 1 addition & 1 deletion test/dsls/python/test.py → examples/python/example.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from argodataflow import cron, pipeline
from argo_dataflow import cron, pipeline

if __name__ == '__main__':
(pipeline('hello')
Expand Down
2 changes: 2 additions & 0 deletions examples/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

git+https://github.com/argoproj-labs/argo-dataflow#subdirectory=dsls/python
2 changes: 0 additions & 2 deletions test/dsls/python/requirements.txt

This file was deleted.

0 comments on commit dbc403d

Please sign in to comment.