Skip to content

Commit

Permalink
Merge branch 'MartinCura-patch-1' of github.com:MuttData/muttlib into…
Browse files Browse the repository at this point in the history
… MartinCura-patch-1
  • Loading branch information
MartinCura committed Apr 5, 2023
2 parents d924470 + f1293cb commit dadcc03
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.4.20
current_version = 1.4.21
commit = False
tag = False

Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: test
on: [pull_request, push]
on: [push]

env:
MIN_LINE_RATE: 0.2
Expand All @@ -8,13 +8,13 @@ jobs:
run_tests:
runs-on: self-hosted
container:
image: python:3.8
image: python:3.10
steps:
- name: Update base image
run: |
apt update
apt install -qy libkrb5-dev libsasl2-dev
pip install poetry==1.2.2
pip install poetry==1.3.2
- uses: actions/checkout@v2
- name: Install package
run: poetry install -vvv
Expand All @@ -39,13 +39,13 @@ jobs:
lint:
runs-on: [self-hosted]
container:
image: python:3.8
image: python:3.10
steps:
- name: Update base image
run: |
apt update
apt install -y libkrb5-dev libsasl2-dev
pip install poetry==1.2.2
pip install poetry==1.3.2
- uses: actions/checkout@v2
- name: Install package
run: poetry install -vvv
Expand All @@ -55,13 +55,13 @@ jobs:
docstr-cov:
runs-on: [self-hosted]
container:
image: python:3.8
image: python:3.10
steps:
- name: Update base image
run: |
apt update
apt install -y libkrb5-dev libsasl2-dev
pip install poetry==1.2.2
pip install poetry==1.3.2
- uses: actions/checkout@v2
- name: Install package
run: poetry install -vvv
Expand All @@ -71,13 +71,13 @@ jobs:
bandit:
runs-on: [self-hosted]
container:
image: python:3.8
image: python:3.10
steps:
- name: Update base image
run: |
apt update
apt install -y libkrb5-dev libsasl2-dev
pip install poetry==1.2.2
pip install poetry==1.3.2
- uses: actions/checkout@v2
- name: Install package
run: poetry install -vvv
Expand All @@ -87,13 +87,13 @@ jobs:
typing:
runs-on: [self-hosted]
container:
image: python:3.8
image: python:3.10
steps:
- name: Update base image
run: |
apt update
apt install -y libkrb5-dev libsasl2-dev
pip install poetry==1.2.2
pip install poetry==1.3.2
- uses: actions/checkout@v2
- name: Install package
run: poetry install -vvv
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ jobs:
if: github.base_ref == 'master'
runs-on: [self-hosted]
container:
image: python:3.8
image: python:3.10
steps:
- name: Update base image
run: |
apt update
apt install -y libkrb5-dev libsasl2-dev
pip install poetry==1.2.2
pip install poetry==1.3.2
- uses: actions/checkout@v2
- name: Install dependencies
run: pip install packaging
Expand All @@ -33,13 +33,13 @@ jobs:
if: github.base_ref == 'master'
runs-on: [self-hosted]
container:
image: python:3.8
image: python:3.10
steps:
- name: Update base image
run: |
apt update
apt install -y libkrb5-dev libsasl2-dev
pip install poetry==1.2.2
pip install poetry==1.3.2
- uses: actions/checkout@v2
- name: Fetch source ref
run: git fetch origin $GITHUB_HEAD_REF
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ jobs:
bump_version:
runs-on: [self-hosted]
container:
image: python:3.8
image: python:3.10
steps:
- name: Update base image
run: |
apt update
apt install -y libkrb5-dev libsasl2-dev
pip install poetry==1.2.2
pip install poetry==1.3.2
- uses: actions/checkout@v2
- name: Set tag output
id: set-tag
Expand Down

0 comments on commit dadcc03

Please sign in to comment.