Skip to content

Commit

Permalink
changes done on python version
Browse files Browse the repository at this point in the history
  • Loading branch information
Figeral committed Apr 1, 2024
1 parent ccd684a commit 7cc3c3d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/notify_on_pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,20 @@ jobs:

- name: setting up python environment
uses: actions/setup-python@v5
with:
python-version: '10.3'
cache: 'pip'
with:
python-version: '3.10'
cache: 'pip'

- name: installing and caching dependencies
run: |
python3 -m pip install -r requirements.txt
- name: running python script
run: |
python3 src/main.py
env:
GOMU_BOT_TOKEN: ${{secrets.GOMU_BOT_TOKEN}}
GOMU_CHANEL_ID: ${{secrets.GOMU_CHANEL_ID}}
run: |
python3 src/main.py

0 comments on commit 7cc3c3d

Please sign in to comment.