Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ka8540 authored Mar 26, 2024
1 parent 9a5e6ca commit eba8af3
Showing 1 changed file with 13 additions and 35 deletions.
48 changes: 13 additions & 35 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,3 @@
Skip to content
ka8540
/
SWEN732-team1

Type / to search

Code
Issues
Pull requests
Actions
Projects
Wiki
Security
Insights
Settings
Python application
Update python-app.yml #16
Jobs
Run details
Workflow file for this run
.github/workflows/python-app.yml at ae18fbf
name: Python application

on:
Expand All @@ -37,17 +15,17 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.9' # Specify your Python version here
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.9' # Specify your Python version here

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt # Install dependencies from your requirements.txt file
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt # Install dependencies from your requirements.txt file
- name: Run unit tests
run: |
python -m unittest discover PCP/server/tests -v
Update python-app.yml · ka8540/SWEN732-team1@ae18fbf
- name: Run unit tests
run: |
python -m unittest discover PCP/server/tests -v

0 comments on commit eba8af3

Please sign in to comment.