Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/MCTBL/EVE_MarketPlace
Browse files Browse the repository at this point in the history
  • Loading branch information
MCTBL committed Jan 9, 2024
2 parents 0c464a2 + ec5449c commit 9170e7a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/autoSend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: "3.10"


- name: Install dependencies
run: |
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: send text
run: |
python balance.py
Expand Down

0 comments on commit 9170e7a

Please sign in to comment.