Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
lightning 1.9.* test (#17)
Browse files Browse the repository at this point in the history
* lightning 1.9.* test

* Update requirements.txt

* Update ci-testing.yml
  • Loading branch information
aniketmaurya authored Jan 17, 2023
1 parent 08f9fe4 commit a310f3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
SLACK_CLIENT_ID: ${{secrets.SLACK_CLIENT_ID}}
CLIENT_SECRET: ${{secrets.CLIENT_SECRET}}
run: |
coverage run --source slack_command_bot -m py.test slack_command_bot tests -v --junitxml=junit/test-results-${{ runner.os }}-${{ matrix.python-version }}.xml
coverage run --source slack_command_bot -m pytest slack_command_bot tests -v --junitxml=junit/test-results-${{ runner.os }}-${{ matrix.python-version }}.xml
- name: Statistics
if: success()
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ slack_bolt==1.14.3
slack-sdk==3.18.1
slackeventsapi==3.0.1
sqlmodel==0.0.8
lightning==1.8.*
lightning

0 comments on commit a310f3d

Please sign in to comment.