Skip to content

Commit

Permalink
fix Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
Orasund committed Apr 11, 2024
1 parent 89790ce commit 22d58be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
python -m venv venv
source venv/bin/activate
python -m pip install --upgrade pip
pip install -r hashFile/requirements.txt
pip install -r requirements.txt
bash test.sh
source venv/bin/deactivate
cd ../
Expand All @@ -40,7 +40,7 @@ jobs:
python -m venv venv
source venv/bin/activate
python -m pip install --upgrade pip
pip install -r hashFile/requirements.txt
pip install -r requirements.txt
bash test.sh
source venv/bin/deactivate
cd ../
Expand All @@ -51,7 +51,7 @@ jobs:
python -m venv venv
source venv/bin/activate
python -m pip install --upgrade pip
pip install -r hashFile/requirements.txt
pip install -r requirements.txt
bash test.sh
source venv/bin/deactivate
cd ../

0 comments on commit 22d58be

Please sign in to comment.