Skip to content

Commit

Permalink
Removed runtime.txt and fixed poetry.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysyngsun committed Sep 21, 2023
1 parent 6bdac3d commit dfa35df
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ jobs:
run: cat Aptfile | sudo xargs apt-get install

- name: Install poetry
uses: snok/install-poetry@v1
with:
version: 1.5.1
virtualenvs-create: true
virtualenvs-in-project: true
uses: snok/install-poetry@v1
with:
version: 1.5.1
virtualenvs-create: true
virtualenvs-in-project: true

- name: Set up Python
uses: actions/setup-python@v2
Expand All @@ -67,6 +67,9 @@ jobs:
restore-keys: |
${{ runner.os }}-pip-
- name: Poetry lock check
run: poetry lock --check

- name: Install dependencies
run: poetry install --no-interaction

Expand Down
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion runtime.txt

This file was deleted.

0 comments on commit dfa35df

Please sign in to comment.