Skip to content

Commit

Permalink
Fix functional workflow: remove deprecated requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
stkw0 committed Apr 20, 2024
1 parent 720f11e commit 1725dee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/functional.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
- name: Install
run: |
sudo apt install python3-pip
sudo pip install -r requirements.txt
pip list --verbose
python3 setup.py install
Expand Down

0 comments on commit 1725dee

Please sign in to comment.