Skip to content

Commit

Permalink
Fix github action job: Version 3.9 with arch x64 not found (#247)
Browse files Browse the repository at this point in the history
* test

* option 1: using multiple python versions

* option 2: using a specific python version

* update numpy version

* downgrade python version to 3.11 for lint and pytest

* use a stable version 3.11

* use 3.10

* use "3.10"

* switch testing branch to main

* test: update setup-python

* revert numpy version
  • Loading branch information
rugeli authored May 10, 2024
1 parent a8e71d8 commit 5c39c55
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install Dependencies
Expand Down Expand Up @@ -76,9 +76,9 @@ jobs:
id-token: write

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: 3.9
- name: Install Dependencies
Expand Down

0 comments on commit 5c39c55

Please sign in to comment.