Skip to content

Commit 74a8258

Browse files
authored
CF Nonsense again..
1 parent 7f687c6 commit 74a8258

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/pages/cf-pages.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/bin/bash
22
cd docs
3-
apt install portaudio19-dev
3+
pip install conda
4+
conda install pyaudio
45
python3.7 -m pip install -U -r requirements.txt
56
sphinx-build -b html . ../dist

0 commit comments

Comments
 (0)