Skip to content

Commit

Permalink
Update python-run.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
a-sussy-impostor authored May 3, 2024
1 parent 7b445aa commit 3f1e666
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
- uses: actions/checkout@v4
- name: Install Dependecacies
run:
pip install colorama
pip3 install colorama
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
python-version: "3.10"
- name: Run Python 3.10
run:
python main.py
python3 main.py

0 comments on commit 3f1e666

Please sign in to comment.