This website works better with JavaScript.
Home
Explore
Help
Sign In
Kosmorro
/
lib
mirror of
https://github.com/Kosmorro/lib
Watch
1
Star
0
Fork
0
Code
Issues
Releases
16
Activity
Browse Source
chore: fix pipenv step on GitPod config
tags/v1.0.0
Jérôme Deuchnord
3 years ago
parent
3b587fa4c1
commit
0875d05c7d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.gitpod.yml
+ 1
- 1
.gitpod.yml
View File
@@ -8,4 +8,4 @@ vscode:
tasks:
- before: pip install -U pip pipenv
init: pipenv sync --dev --pre
init: pipenv
lock --pre && pipenv
sync --dev --pre
Write
Preview
Loading…
Cancel
Save