Skip to content

Commit

Permalink
ci refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
valentin-feron committed Oct 18, 2023
1 parent 5caf40a commit b0bb4b3
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

Expand Down Expand Up @@ -52,24 +52,11 @@ jobs:
with:
fetch-depth: 0

- name: Configure SSH
uses: webfactory/ssh-agent@v0.7.0
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}

- name: Configure Git User
uses: i2mint/isee/actions/configure-git-user@master

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

- name: Install Dependencies
uses: i2mint/isee/actions/install-packages@master
with:
dependency-files: setup.cfg

- name: Format Source Code
uses: i2mint/isee/actions/format-source-code@master

Expand All @@ -89,6 +76,7 @@ jobs:
uses: i2mint/isee/actions/check-in@master
with:
commit-message: "**CI** Formatted code + Updated version number and documentation. [skip ci]"
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}

- name: Tag Repository With New Version Number
uses: i2mint/isee/actions/tag-repository@master
Expand Down

0 comments on commit b0bb4b3

Please sign in to comment.