aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/python-publish.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml
index 88ae7a02..b7611a81 100644
--- a/.github/workflows/python-publish.yml
+++ b/.github/workflows/python-publish.yml
@@ -10,13 +10,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- - name: Checkout code
- uses: actions/checkout@v2
- with:
- path: 'HydroRollCore/HydroRollCore'
- name: Install poetry
run: |
- cd ./HydroRollCore/HydroRollCore
+ ls
pipx install poetry
shell: bash
- uses: actions/setup-python@v4