Skip to content

Commit

Permalink
modified connect
Browse files Browse the repository at this point in the history
  • Loading branch information
BalzaniEdoardo committed Jul 22, 2024
1 parent 23433ce commit 265b4cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/connect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
name: build # Name of the job
strategy:
matrix:
os: [ubuntu-latest] #[ubuntu-latest, macos-latest, windows-latest]
python-version: ['3.8', '3.9', '3.10']
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ['3.9']
runs-on: ${{ matrix.os }} # Operating system for the job
steps:
- name: Checkout # Step to checkout the repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Python # Step to set up Python
uses: actions/setup-python@v4 # Use v4 for compatibility with pyproject.toml
Expand Down

0 comments on commit 265b4cc

Please sign in to comment.