Skip to content

Commit

Permalink
Add requirements.txt to every action
Browse files Browse the repository at this point in the history
  • Loading branch information
spirosmaggioros committed Sep 2, 2024
1 parent bba047c commit 9744926
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/macos-tests-3.12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- name: Install spare scores
run: |
python -m pip cache purge
pip install -r requirements.txt
pip install setuptools twine wheel
python -m pip install .
- name: Run unit tests
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/macos-tests-3.8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- name: Install spare scores
run: |
python -m pip cache purge
pip install -r requirements.txt
pip install setuptools twine wheel
python setup.py bdist_wheel
cd dist
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ubuntu-tests-3.12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- name: Install spare scores
run: |
python -m pip cache purge
pip install -r requirements.txt
pip install setuptools twine wheel
python -m pip install .
- name: Run unit tests
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ubuntu-tests-3.8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- name: Install spare scores
run: |
python -m pip cache purge
pip install -r requirements.txt
pip install setuptools twine wheel
python setup.py bdist_wheel
cd dist
Expand Down
File renamed without changes.

0 comments on commit 9744926

Please sign in to comment.