Skip to content

Commit deb177a

Browse files
committed
fix: install cfl package from pypi
1 parent 5d13ca5 commit deb177a

File tree

2 files changed

+21
-9
lines changed

2 files changed

+21
-9
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 = {file = "https://github.com/ocadotechnology/codeforlife-package-python/archive/refs/tags/v0.22.1.zip"}
26+
codeforlife = "==0.22.12"
2727
# 🚫 Don't add [packages] below that are inherited from the CFL package.
2828

2929
[dev-packages]
30-
codeforlife = {file = "https://github.com/ocadotechnology/codeforlife-package-python/archive/refs/tags/v0.22.1.zip", extras = ["dev"]}
30+
codeforlife = {version = "==0.22.12", 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

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

0 commit comments

Comments
 (0)