Skip to content

Commit 16a735b

Browse files
Luke DavisLuke Davis
authored andcommitted
Tryaing again to solve the requirements nonsense
1 parent e539d1d commit 16a735b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/testbuilder..yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ jobs:
2626
- name: Install dependencies
2727
shell: bash
2828
run: |
29-
if [[ ! -s requirements.txt ]]; then
30-
echo -e "pre-commit\nscons\nmarkdown">requirements.txt
31-
fi
3229
python -m pip install --upgrade pip wheel
3330
pip install -r requirements.txt
3431
sudo apt-get update -y

requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
pre-commit
2+
scons
3+
markdown

0 commit comments

Comments
 (0)