Skip to content

Commit

Permalink
Fix GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
yorevs committed Apr 25, 2024
1 parent c05e886 commit 3ebeb8c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 12 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Update PIP
run: pip install --upgrade pip
- name: Install Build Tools
- name: Install System packages
run: |
gradle installBuildTools
- name: Build AskAI
apt-get update && apt-get install -y libmagic-dev
- name: Build HSPyLib modules
run: |
gradle ${{ inputs.gradle_debug_params }} clean build installModule
gradle clean installModule build ${{ inputs.gradle_debug_params }}
4 changes: 0 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ jobs:
version: ${{ steps.publish-it.outputs.version }}
steps:
- uses: actions/checkout@v3
with:
submodules: 'true'
- uses: actions/setup-java@v3
with:
distribution: temurin
Expand Down Expand Up @@ -73,8 +71,6 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v3
with:
submodules: 'true'
- name: Git Tag Version
uses: yorevs/hspylib/.github/actions/tag-version@master
with:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/pypi-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: 'true'
- uses: actions/setup-java@v3
with:
distribution: temurin
Expand Down Expand Up @@ -166,8 +164,6 @@ jobs:
PYPI_MODULE: ${{ matrix.module }}
steps:
- uses: actions/checkout@v3
with:
submodules: 'true'
- uses: actions/setup-java@v3
with:
distribution: temurin
Expand Down
1 change: 1 addition & 0 deletions dependencies.hspd
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,4 @@ package: rich, version: 13.7.1, mode: eq
package: pytz, version: 2024.1, mode: eq
package: bs4, version: 0.0.2, mode: eq
package: fake_useragent, version: 1.5.1, mode: eq
package: python-magic, version: 0.4.15, mode: eq

0 comments on commit 3ebeb8c

Please sign in to comment.