Skip to content

Commit 95e71c4

Browse files
committed
multi arch
1 parent 7e93920 commit 95e71c4

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/pipenv.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,13 @@ permissions:
1212
contents: read
1313
security-events: write
1414
jobs:
15-
build:
16-
runs-on: ubuntu-latest
15+
Python-Tests:
16+
name: ${{ matrix.os }}
17+
strategy:
18+
#fail-fast: false
19+
matrix:
20+
os: [ ubuntu-latest, windows-latest, macos-13 ]
21+
runs-on: ${{ matrix.os }}
1722
steps:
1823
- name: Checkout
1924
uses: actions/checkout@v4
@@ -60,7 +65,7 @@ jobs:
6065
cd python-example/pipenv-example/
6166
jf pipenv-config --repo-resolve=robi-pypi-virtual
6267
jf pipenv lock
63-
jf pipenv install --dev
68+
jf pipenv install --dev --verbose
6469
#python setup.py sdist bdist_wheel
6570
#jf rt u dist/ robi-pypi-virtual/ --module=jfrog-python-example
6671

0 commit comments

Comments
 (0)