From d316dc093fc53b0d7f1ccf977101e6a0c0a3aedc Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Wed, 17 Jul 2024 17:41:14 +0200 Subject: [PATCH] iroh_doc_new --- .github/workflows/iroh_on_three_oses.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/iroh_on_three_oses.yml b/.github/workflows/iroh_on_three_oses.yml index bc4cfc8d..ad09731e 100644 --- a/.github/workflows/iroh_on_three_oses.yml +++ b/.github/workflows/iroh_on_three_oses.yml @@ -1,7 +1,7 @@ name: iroh_on_three_oses on: [workflow_dispatch] jobs: - rust_on_three_oses: + iroh_doc_new: strategy: fail-fast: false max-parallel: 4 @@ -17,7 +17,7 @@ jobs: - run: curl -fsSL https://sh.iroh.computer/install.sh | sh - run: pip install --upgrade pip # https://iroh.computer/docs/sdks/python - - run: $ pip install iroh + - run: pip install iroh # https://iroh.computer/docs/api/doc-new -- click 'python' at the right - shell: python run: |