Skip to content

Commit

Permalink
let's see
Browse files Browse the repository at this point in the history
  • Loading branch information
rilma committed Oct 28, 2023
1 parent 808f195 commit d718365
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python_version: ["3.8"]
python_version: ["3.10"]
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python_version }}
Expand All @@ -27,8 +27,9 @@ jobs:
- name: Install dependencies
run: |
# make install
pip install coveralls numpy
pip install -e .
python -m venv .venv
.venv/bin/pip install coveralls numpy
.venv/bin/pip install -e .
# - name: Run code test in Python programs
# run: |
# make test

0 comments on commit d718365

Please sign in to comment.