Skip to content

Commit

Permalink
Merge branch 'master' of github.com:aerawatcorp/bikram
Browse files Browse the repository at this point in the history
  • Loading branch information
acpmasquerade committed Jun 17, 2024
2 parents 37f8c6f + 3e5ab1e commit 0d58314
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,15 @@ on:

permissions:
contents: read

jobs:
deploy:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: '3.6.15'
python-version: '3.10'
- name: Install dependencies and environment
run: |
make pipenv
Expand Down

0 comments on commit 0d58314

Please sign in to comment.