File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ name: Build and test linkml-runtime
7
7
on : [pull_request]
8
8
9
9
jobs :
10
- test :
11
10
strategy :
12
11
fail-fast : false
13
12
matrix :
16
15
exclude :
17
16
- os : windows-latest
18
17
python-version : " 3.8"
18
+ permissions :
19
+ contents : read
19
20
20
21
runs-on : ${{ matrix.os }}
21
22
32
33
# ----------------------------------------------
33
34
- name : Check out repository
34
35
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
36
+ with :
37
+ fetch-depth : 0
35
38
36
39
- name : Set up Python ${{ matrix.python-version }}
37
40
uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
43
46
# install your root project, if required
44
47
# ----------------------------------------------
45
48
- name : Install library
46
- run : poetry install --no-interaction
49
+ run : |
50
+ git tag --list "v1.8*"
51
+ poetry install --no-interaction
47
52
48
53
# ----------------------------------------------
49
54
# coverage report
You can’t perform that action at this time.
0 commit comments