Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hypsug0 committed Mar 18, 2024
1 parent cfded5f commit dad0f59
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test_install.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
greet:
strategy:
matrix:
os: ["ubuntu-22.04", "ubuntu-latest", "debian-11", "debian-12"]
os: ["ubuntu-latest"]
node-version: ["14.21.3"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
# The type of runner that the job will run on
Expand All @@ -35,11 +35,12 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
- name: Init NodeJS ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- uses: actions/setup-python@v5
- name: Init python ${{ matrix.node-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: enable postgresql
Expand Down

0 comments on commit dad0f59

Please sign in to comment.