Skip to content

Commit 0977bc7

Browse files
authored
Update GitHub Actions workflow for testing
1 parent 030e629 commit 0977bc7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/testingfr#77.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@ on:
33
workflow_dispatch:
44
jobs:
55
build:
6-
runs-on: ubuntu-24.04-ppc64le
6+
runs-on: ubuntu-latest
77
# strategy:
88
# fail-fast: false
99
# matrix:
1010
# os: [windows-2025, ubuntu-latest, macos-latest, macos-13]
1111
steps:
1212
- name: Checkout code
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v6
1414
- name: Set up python
1515
# uses: actions/setup-python@main
1616
uses: actions/setup-python@v6
1717
with:
1818

1919
python-version: '3.11'
20-
architecture: 'ppc64le'
20+
pip-install: dotenv
2121

2222

0 commit comments

Comments
 (0)