Skip to content

Commit

Permalink
remove v from tag
Browse files Browse the repository at this point in the history
  • Loading branch information
julianbelina committed Feb 22, 2024
1 parent 22f4808 commit 78deebe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_fine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ jobs:
fail-fast: false
matrix:
os: ["ubuntu-latest"]
fine-version: ["v2.3.4","v2.3.3","v2.3.2","v2.3.1","v2.3.0","v2.2.3","v2.2.2"]
fine-version: ["2.3.4","2.3.3","2.3.2","2.3.1","2.3.0","2.2.3","2.2.2"]
steps:
- name: Checkout
uses: actions/checkout@v4
with:
repository: FZJ-IEK3-VSA/FINE
path: './fine'
ref: ${{ matrix.fine-version }}
ref: v${{ matrix.fine-version }}
fetch-depth: 0
- uses: conda-incubator/setup-miniconda@v3
with:
Expand Down

0 comments on commit 78deebe

Please sign in to comment.