File tree 6 files changed +14
-15
lines changed
6 files changed +14
-15
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ on: [push]
5
5
jobs :
6
6
bashtest :
7
7
runs-on : ubuntu-latest
8
+ if : " ! contains(github.event.head_commit.message, 'no-workflow')"
8
9
steps :
9
10
- uses : actions/checkout@v3
10
11
- name : Set up Python 3.10
@@ -27,13 +28,13 @@ jobs:
27
28
OPENAI_API_KEY : ${{ secrets.OPENAI_API_KEY }}
28
29
AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
29
30
AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
30
- ABCLI_AWS_RDS_HOST : ${{ secrets.ABCLI_AWS_RDS_HOST }}
31
- ABCLI_AWS_RDS_PASSWORD : ${{ secrets.ABCLI_AWS_RDS_PASSWORD }}
31
+ DATABRICKS_HOST : ${{ secrets.DATABRICKS_HOST }}
32
+ DATABRICKS_TOKEN : ${{ secrets.DATABRICKS_TOKEN }}
32
33
run : |
33
34
echo "OPENAI_API_KEY: $OPENAI_API_KEY"
34
35
echo "AWS_ACCESS_KEY_ID: $AWS_ACCESS_KEY_ID"
35
36
echo "AWS_SECRET_ACCESS_KEY: $AWS_SECRET_ACCESS_KEY"
36
- echo "ABCLI_AWS_RDS_HOST : $ABCLI_AWS_RDS_HOST "
37
- echo "ABCLI_AWS_RDS_PASSWORD : $ABCLI_AWS_RDS_PASSWORD "
37
+ echo "DATABRICKS_HOST : $DATABRICKS_HOST "
38
+ echo "DATABRICKS_TOKEN : $DATABRICKS_TOKEN "
38
39
39
40
./.github/workflows/bashtest.sh openai_commands
Original file line number Diff line number Diff line change @@ -3,11 +3,12 @@ name: pylint
3
3
on : [push]
4
4
5
5
jobs :
6
- build :
6
+ pylint :
7
7
runs-on : ubuntu-latest
8
+ if : " ! contains(github.event.head_commit.message, 'no-workflow')"
8
9
strategy :
9
10
matrix :
10
- python-version : ["3.8", "3.9", "3. 10"]
11
+ python-version : ["3.10"]
11
12
steps :
12
13
- uses : actions/checkout@v3
13
14
- name : Set up Python ${{ matrix.python-version }}
Original file line number Diff line number Diff line change @@ -3,11 +3,12 @@ name: pytest
3
3
on : [push]
4
4
5
5
jobs :
6
- build :
6
+ pytest :
7
7
runs-on : ubuntu-latest
8
+ if : " ! contains(github.event.head_commit.message, 'no-workflow')"
8
9
strategy :
9
10
matrix :
10
- python-version : ["3.8", "3.9", "3. 10"]
11
+ python-version : ["3.10"]
11
12
steps :
12
13
- uses : actions/checkout@v3
13
14
- name : Set up Python ${{ matrix.python-version }}
@@ -30,16 +31,12 @@ jobs:
30
31
OPENAI_API_KEY : ${{ secrets.OPENAI_API_KEY }}
31
32
AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
32
33
AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
33
- ABCLI_AWS_RDS_HOST : ${{ secrets.ABCLI_AWS_RDS_HOST }}
34
- ABCLI_AWS_RDS_PASSWORD : ${{ secrets.ABCLI_AWS_RDS_PASSWORD }}
35
34
DATABRICKS_HOST : ${{ secrets.DATABRICKS_HOST }}
36
35
DATABRICKS_TOKEN : ${{ secrets.DATABRICKS_TOKEN }}
37
36
run : |
38
37
echo "OPENAI_API_KEY: $OPENAI_API_KEY"
39
38
echo "AWS_ACCESS_KEY_ID: $AWS_ACCESS_KEY_ID"
40
39
echo "AWS_SECRET_ACCESS_KEY: $AWS_SECRET_ACCESS_KEY"
41
- echo "ABCLI_AWS_RDS_HOST: $ABCLI_AWS_RDS_HOST"
42
- echo "ABCLI_AWS_RDS_PASSWORD: $ABCLI_AWS_RDS_PASSWORD"
43
40
echo "DATABRICKS_HOST: $DATABRICKS_HOST"
44
41
echo "DATABRICKS_TOKEN: $DATABRICKS_TOKEN"
45
42
pytest
Original file line number Diff line number Diff line change @@ -19,4 +19,4 @@ pip install openai-commands
19
19
20
20
[ ![ pylint] ( https://github.com/kamangir/openai-commands/actions/workflows/pylint.yml/badge.svg )] ( https://github.com/kamangir/openai-commands/actions/workflows/pylint.yml ) [ ![ pytest] ( https://github.com/kamangir/openai-commands/actions/workflows/pytest.yml/badge.svg )] ( https://github.com/kamangir/openai-commands/actions/workflows/pytest.yml ) [ ![ bashtest] ( https://github.com/kamangir/openai-commands/actions/workflows/bashtest.yml/badge.svg )] ( https://github.com/kamangir/openai-commands/actions/workflows/bashtest.yml ) [ ![ PyPI version] ( https://img.shields.io/pypi/v/openai-commands.svg )] ( https://pypi.org/project/openai-commands/ ) [ ![ PyPI - Downloads] ( https://img.shields.io/pypi/dd/openai-commands )] ( https://pypistats.org/packages/openai-commands )
21
21
22
- built by π [ ` blue_options-4.200.1 ` ] ( https://github.com/kamangir/awesome-bash-cli ) , based on [ ` openai_commands-3.193 .1 ` ] ( https://github.com/kamangir/openai-commands ) .
22
+ built by π [ ` blue_options-4.200.1 ` ] ( https://github.com/kamangir/awesome-bash-cli ) , based on [ ` openai_commands-3.194 .1 ` ] ( https://github.com/kamangir/openai-commands ) .
Original file line number Diff line number Diff line change 4
4
5
5
DESCRIPTION = f"{ ICON } a command interface to the OpenAI API."
6
6
7
- VERSION = "3.193 .1"
7
+ VERSION = "3.194 .1"
8
8
9
9
REPO_NAME = "openai-commands"
10
10
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ literature review at scale on [AWS Batch](https://aws.amazon.com/batch/) through
49
49
| | |
50
50
| --- | --- |
51
51
| [ aws_batch] ( https://github.com/kamangir/notebooks-and-scripts/tree/main/blueflow/workflow/runners/aws_batch.py ) | [ local] ( https://github.com/kamangir/notebooks-and-scripts/tree/main/blueflow/workflow/runners/local.py ) |
52
- | [ ![ image] ( https://kamangir-public.s3.ca-central-1.amazonaws.com/AMR-v7-test-litrev-multiple-aws_batch-study-type-screening-result/workflow.gif?raw=true&random=vtwhgva862d0gf1c )] ( https://kamangir-public.s3.ca-central-1.amazonaws.com/AMR-v7-test-litrev-multiple-aws_batch-study-type-screening-result/workflow.gif?raw=true&random=vtwhgva862d0gf1c ) | [ ![ image] ( https://kamangir-public.s3.ca-central-1.amazonaws.com/AMR-v7-test-litrev-multiple-local-study-type-screening-result/workflow.gif?raw=true&random=d552gwt6c535tmb5 )] ( https://kamangir-public.s3.ca-central-1.amazonaws.com/AMR-v7-test-litrev-multiple-local-study-type-screening-result/workflow.gif?raw=true&random=d552gwt6c535tmb5 ) |
52
+ | [ ![ image] ( https://kamangir-public.s3.ca-central-1.amazonaws.com/AMR-v7-test-litrev-multiple-aws_batch-study-type-screening-result/workflow.gif?raw=true&random=isndn1b276lymtsk )] ( https://kamangir-public.s3.ca-central-1.amazonaws.com/AMR-v7-test-litrev-multiple-aws_batch-study-type-screening-result/workflow.gif?raw=true&random=isndn1b276lymtsk ) | [ ![ image] ( https://kamangir-public.s3.ca-central-1.amazonaws.com/AMR-v7-test-litrev-multiple-local-study-type-screening-result/workflow.gif?raw=true&random=oboptfsw87nn7gwe )] ( https://kamangir-public.s3.ca-central-1.amazonaws.com/AMR-v7-test-litrev-multiple-local-study-type-screening-result/workflow.gif?raw=true&random=oboptfsw87nn7gwe ) |
53
53
54
54
---
55
55
You canβt perform that action at this time.
0 commit comments