Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreRico authored Nov 14, 2023
1 parent e7b00e5 commit e21a06a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
R_LIBS_USER: ./r-libs

steps:
- uses: actions/checkout@v1
# - uses: actions/checkout@v1
- uses: actions/checkout@v2
with:
fetch-depth: 1

Expand All @@ -39,11 +40,14 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.7
# python-version: 3.7
python-version: '3.9'

- name: Install Poetry
uses: snok/[email protected]
# uses: snok/[email protected]
uses: snok/[email protected]
with:
version: 1.2.2
virtualenvs-create: true
virtualenvs-in-project: true

Expand Down

0 comments on commit e21a06a

Please sign in to comment.