diff options
| author | 2023-07-04 13:34:08 +0800 | |
|---|---|---|
| committer | 2023-07-04 13:34:08 +0800 | |
| commit | 2bc35770cd70f041e85481f6a813cdad12973822 (patch) | |
| tree | 6d33248f71069e358427ea49d784c07ff305d75c /.github/workflows | |
| parent | 427d55a52981d3447fb784f73555d1d639543554 (diff) | |
| download | infini-2bc35770cd70f041e85481f6a813cdad12973822.tar.gz infini-2bc35770cd70f041e85481f6a813cdad12973822.zip | |
Update python-publish.yml
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/python-publish.yml | 6 |
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 |
