Skip to content

Commit

Permalink
Merge branch 'dependabot/github_actions/psf/black-24.4.2' of https://…
Browse files Browse the repository at this point in the history
…github.com/rki-mf1/covsonar into dependabot/github_actions/psf/black-24.4.2
  • Loading branch information
matthuska committed Jul 2, 2024
2 parents 0075036 + 0ccb864 commit e8638df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup Miniconda
uses: conda-incubator/setup-miniconda@v2.1.1
uses: conda-incubator/setup-miniconda@v3.0.4
- name: Test with test.sh script
run: ./test.sh
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CWD=$(pwd)
DIR=$(cd "$(dirname "$0")"; pwd)

#conda env
conda env create --name covsonar_ci --force --file $DIR/sonar.env.yml
conda env create --name covsonar_ci --file $DIR/sonar.env.yml
source $(conda info --root)/etc/profile.d/conda.sh
set +u
conda activate covsonar_ci
Expand Down

0 comments on commit e8638df

Please sign in to comment.