Skip to content

Commit

Permalink
updated CI/CD workflows (#1108)
Browse files Browse the repository at this point in the history
* updated CI/CD workflows

* Update .github/workflows/python-package-conda.yml

---------

Co-authored-by: Sebastian Raschka <[email protected]>
  • Loading branch information
d-kleine and rasbt authored Nov 5, 2024
1 parent 8e80778 commit a5a117a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ jobs:
formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install isort, black, and flake8
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
env:
GITHUB_ACTIONS_CI: true
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Miniconda
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
python-version: 3.9
Expand All @@ -41,4 +41,4 @@ jobs:
coverage xml
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v4

0 comments on commit a5a117a

Please sign in to comment.