Skip to content

Commit e21a06a

Browse files
authored
Update ci.yml
1 parent e7b00e5 commit e21a06a

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
R_LIBS_USER: ./r-libs
1818

1919
steps:
20-
- uses: actions/checkout@v1
20+
# - uses: actions/checkout@v1
21+
- uses: actions/checkout@v2
2122
with:
2223
fetch-depth: 1
2324

@@ -39,11 +40,14 @@ jobs:
3940
- name: Set up Python
4041
uses: actions/setup-python@v2
4142
with:
42-
python-version: 3.7
43+
# python-version: 3.7
44+
python-version: '3.9'
4345

4446
- name: Install Poetry
45-
uses: snok/[email protected]
47+
# uses: snok/[email protected]
48+
uses: snok/[email protected]
4649
with:
50+
version: 1.2.2
4751
virtualenvs-create: true
4852
virtualenvs-in-project: true
4953

0 commit comments

Comments
 (0)