Skip to content

Commit 83c518d

Browse files
committed
download archive
1 parent a99fd1d commit 83c518d

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

Pipfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ name = "pypi"
2323
# 5. Run `pipenv install --dev` in your terminal.
2424

2525
[packages]
26-
codeforlife = {ref = "v0.22.0", git = "https://github.com/ocadotechnology/codeforlife-package-python.git"}
26+
codeforlife = {file = "https://github.com/ocadotechnology/codeforlife-package-python/archive/refs/tags/v0.22.0.zip"}
2727
# 🚫 Don't add [packages] below that are inherited from the CFL package.
2828

2929
[dev-packages]
30-
codeforlife = {ref = "v0.22.0", git = "https://github.com/ocadotechnology/codeforlife-package-python.git", extras = ["dev"]}
30+
codeforlife = {file = "https://github.com/ocadotechnology/codeforlife-package-python/archive/refs/tags/v0.22.0.zip", extras = ["dev"]}
3131
# codeforlife = {file = "../codeforlife-package-python", editable = true, extras = ["dev"]}
3232
# 🚫 Don't add [dev-packages] below that are inherited from the CFL package.
3333

Pipfile.lock

+7-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)