Skip to content

Commit

Permalink
Manually replace CI.yml
Browse files Browse the repository at this point in the history
To fix the problems caused by merging, the CI.yml has been replaced manually with a working version.
  • Loading branch information
MBartkowiakSTFC authored Apr 24, 2023
1 parent 849c2ec commit 9b8fdec
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ jobs:
retention-days: 90



# OSX
ci_osx:
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -592,8 +593,7 @@ jobs:
contains( github.ref, 'release-' ) ||
contains( github.ref, 'hotfix-' ) ||
contains( github.ref, 'build-' ) ||
contains( github.ref, 'tags' ) ||
contains( github.ref, 'tags' )
run: |
cd /D %CONDA%\envs
tar -czf mdanse.tar.gz mdanse
Expand All @@ -606,9 +606,7 @@ jobs:
contains( github.ref, 'release-' ) ||
contains( github.ref, 'hotfix-' ) ||
contains( github.ref, 'build-' ) ||
contains( github.ref, 'tags' ) ||
contains( github.ref, 'tags' )
uses: actions/upload-artifact@v2
with:
name: windows_artifacts
Expand Down

0 comments on commit 9b8fdec

Please sign in to comment.