Skip to content

Commit

Permalink
Fixed some CI issues
Browse files Browse the repository at this point in the history
  • Loading branch information
coordt committed Apr 20, 2023
1 parent c529452 commit d4b03d7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bumpversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{ secrets.PAT }}

- uses: actions/setup-python@v4
with:
Expand Down
11 changes: 11 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,17 @@ jobs:
with:
token: ${{ secrets.PAT }}

- name: Install requirements
shell: bash
run: |
python -m pip install --disable-pip-version-check --no-python-version-warning build
python -m pip install --disable-pip-version-check --no-python-version-warning -e .
- name: Set dev version
shell: bash
run: |
bumpversion dev bumpversion/__init__.py --no-commit --no-configured-files -v
- name: Package
shell: bash
run: |
Expand Down

0 comments on commit d4b03d7

Please sign in to comment.