Skip to content
This repository has been archived by the owner on Aug 11, 2023. It is now read-only.

Commit

Permalink
Add python
Browse files Browse the repository at this point in the history
  • Loading branch information
RealHinome authored Aug 11, 2023
1 parent b063dd0 commit c9a030b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/go.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,18 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 'pypy3.9'

- name: Install python dependencies
run: |
sudo apt-get install libpq-dev python-dev
python -m pip install --upgrade pip
pip install setuptools>=42.0.0
pip install tensorflow
- name: Set up Go
uses: actions/setup-go@v3
Expand Down

0 comments on commit c9a030b

Please sign in to comment.