Commit 12318e8d authored by Wei Shoulin's avatar Wei Shoulin
Browse files

requirements

parent 9fdd4ccc
...@@ -29,9 +29,9 @@ class Level1DataTestCase(unittest.TestCase): ...@@ -29,9 +29,9 @@ class Level1DataTestCase(unittest.TestCase):
def test_write(self): def test_write(self):
rec = self.api.write( rec = self.api.write(
level0_id='000001201', level0_id = '1000001201',
data_type = "sci", data_type = "SCIE",
cor_sci_id = 1, cor_sci_id = 0,
prc_params = "/opt/dddasd.params", prc_params = "/opt/dddasd.params",
prc_status = 3, prc_status = 3,
prc_time = '2021-10-22 11:12:13', prc_time = '2021-10-22 11:12:13',
......
...@@ -22,5 +22,6 @@ echo " 🛰 4️⃣ /5️⃣" ...@@ -22,5 +22,6 @@ echo " 🛰 4️⃣ /5️⃣"
pip install$user git+https://csst-tb.bao.ac.cn/code/csst-dfs/csst-dfs-api-cluster.git$version pip install$user git+https://csst-tb.bao.ac.cn/code/csst-dfs/csst-dfs-api-cluster.git$version
echo " 🛰 5️⃣ /5️⃣" echo " 🛰 5️⃣ /5️⃣"
pip install$user git+https://csst-tb.bao.ac.cn/code/csst-dfs/csst-dfs-api.git$version pip install$user git+https://csst-tb.bao.ac.cn/code/csst-dfs/csst-dfs-api.git$version
pip install -r https://csst-tb.bao.ac.cn/code/csst-dfs/csst-dfs-api/-/raw/master/requirements.txt
echo "➡===============================================" echo "➡==============================================="
echo "🇨🇳 🇨🇳 🇨🇳 🚀 🚀 🚀 Done!" echo "🇨🇳 🇨🇳 🇨🇳 🚀 🚀 🚀 Done!"
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment