Skip to content

Commit

Permalink
fix run_test.yml file for test
Browse files Browse the repository at this point in the history
  • Loading branch information
rileydrizzy committed Dec 31, 2023
1 parent 9784c36 commit db6d300
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,18 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v2.5.1

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v2.4.0
with:
python-version: 3.11.2

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install pytest
- name: Run pytest
run: |
Expand Down

0 comments on commit db6d300

Please sign in to comment.