Skip to content

Commit

Permalink
Remove deprecated main.yml workflow and enhance python-tests-and-publ…
Browse files Browse the repository at this point in the history
…ish.yml with architecture specification and improved dependency installation steps
  • Loading branch information
dxns-hub committed Dec 5, 2024
1 parent 9ebdc16 commit 9770dde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 30 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/main.yml

This file was deleted.

3 changes: 3 additions & 0 deletions .github/workflows/python-tests-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]


steps:
- uses: actions/checkout@v2
Expand All @@ -22,6 +23,7 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
architecture: 'x64'

- name: Install system dependencies
run: |
Expand Down Expand Up @@ -61,6 +63,7 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: '3.9'
architecture: 'x64'

- name: Install dependencies
run: |
Expand Down

0 comments on commit 9770dde

Please sign in to comment.