[ update ]: remove asyncio features
Browse files
.github/workflows/gru_pipeline.yaml
CHANGED
@@ -83,9 +83,9 @@ jobs:
|
|
83 |
|
84 |
- name: Install Cython and Build ML Module
|
85 |
run: |
|
86 |
-
apt-get update && \
|
87 |
-
|
88 |
-
|
89 |
|
90 |
pip install cython
|
91 |
cd training && \
|
|
|
83 |
|
84 |
- name: Install Cython and Build ML Module
|
85 |
run: |
|
86 |
+
sudo apt-get update && \
|
87 |
+
sudo apt-get install -y \
|
88 |
+
gcc python3-dev gnupg
|
89 |
|
90 |
pip install cython
|
91 |
cd training && \
|
.github/workflows/lstm_gru_pipeline.yaml
CHANGED
@@ -83,9 +83,9 @@ jobs:
|
|
83 |
|
84 |
- name: Install Cython and Build ML Module
|
85 |
run: |
|
86 |
-
apt-get update && \
|
87 |
-
|
88 |
-
|
89 |
|
90 |
pip install cython
|
91 |
cd training && \
|
|
|
83 |
|
84 |
- name: Install Cython and Build ML Module
|
85 |
run: |
|
86 |
+
sudo apt-get update && \
|
87 |
+
sudo apt-get install -y \
|
88 |
+
gcc python3-dev gnupg
|
89 |
|
90 |
pip install cython
|
91 |
cd training && \
|
.github/workflows/lstm_pipeline.yaml
CHANGED
@@ -83,8 +83,9 @@ jobs:
|
|
83 |
|
84 |
- name: Install Cython and Build ML Module
|
85 |
run: |
|
86 |
-
apt-get update && \
|
87 |
-
|
|
|
88 |
|
89 |
pip install cython
|
90 |
cd training && \
|
|
|
83 |
|
84 |
- name: Install Cython and Build ML Module
|
85 |
run: |
|
86 |
+
sudo apt-get update && \
|
87 |
+
sudo apt-get install -y \
|
88 |
+
gcc python3-dev gnupg
|
89 |
|
90 |
pip install cython
|
91 |
cd training && \
|