Skip to content

Commit

Permalink
ci.yaml no requirements-dev.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardusrendy committed Oct 3, 2023
1 parent 60434b5 commit 72ec673
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
**/requirements.txt
- name: Set up environment
run: |
pip install --quiet -r ./requirements.txt -r ./requirements-dev.txt
pip install --quiet -r ./requirements.txt
pip install --quiet .
- name: Set up pyright
run: |
Expand All @@ -53,4 +53,4 @@ jobs:
- name: Pylint
run: pylint alab_management
- name: Pyright
run: pyright
run: pyright
19 changes: 19 additions & 0 deletions examples/fake_lab/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[general]
working_dir = "."
name = '__fake_alab__'

[mongodb]
host = 'localhost'
port = 27017
username = ''
password = ''

[mongodb_completed]
host = 'localhost'
port = 27017
username = ''
password = ''

[rabbitmq]
host = "localhost"
port = 5672

0 comments on commit 72ec673

Please sign in to comment.