Skip to content

Commit

Permalink
Add requrements.txt (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kezzsim committed Nov 30, 2023
1 parent ccc9917 commit 4b61313
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ jobs:

- uses: actions/checkout@v2

- uses: actions/setup-python@v4
- name: install Tiled.
uses: actions/setup-python@v4
with:
python-version: "3.x"
cache: 'pip'
- run: pip install tiled
- run: pip install -r requirements.txt

- name: Start PostgreSQL service in container.
shell: bash -l {0}
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
tiled

0 comments on commit 4b61313

Please sign in to comment.