Skip to content

Commit cabf9ea

Browse files
committed
Remove ci-breaking re-fetching of tags
1 parent 0a58a6b commit cabf9ea

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/test-upstream.yaml

-8
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,6 @@ jobs:
4141
path: linkml-runtime
4242
fetch-depth: 0
4343

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-
5144
- name: set up python
5245
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b
5346
with:
@@ -80,7 +73,6 @@ jobs:
8073
- name: add linkml-runtime to lockfile
8174
working-directory: linkml
8275
run: |
83-
git -C linkml-runtime\ tag --list "v1.8.*"
8476
poetry add ../linkml-runtime
8577
8678
# note that we run the installation step always, even if we restore a venv,

0 commit comments

Comments
 (0)