We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a58a6b commit cabf9eaCopy full SHA for cabf9ea
.github/workflows/test-upstream.yaml
@@ -41,13 +41,6 @@ jobs:
41
path: linkml-runtime
42
fetch-depth: 0
43
44
- - name: Ensure tags if not run from main repo
45
- if: github.repository != 'linkml/linkml-runtime'
46
- working-directory: linkml-runtime
47
- run: |
48
- git remote add upstream https://github.com/linkml/linkml-runtime
49
- git fetch upstream --tags
50
-
51
- name: set up python
52
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
53
with:
@@ -80,7 +73,6 @@ jobs:
80
73
- name: add linkml-runtime to lockfile
81
74
working-directory: linkml
82
75
run: |
83
- git -C linkml-runtime\ tag --list "v1.8.*"
84
76
poetry add ../linkml-runtime
85
77
86
78
# note that we run the installation step always, even if we restore a venv,
0 commit comments