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 a277455
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 18 deletions.
24 changes: 10 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,24 +48,20 @@ 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
uses: actions/setup-python@v4
with:
python-version: "3.9.1"
python-version: "3.9.17"
cache: "poetry"

- id: cache
uses: actions/cache@v1
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt', '**/test_reqirements.txt') }}
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 a277455

Please sign in to comment.