Skip to content

Commit

Permalink
Merge branch 'master' of github.com:colinsauze/pl_curves
Browse files Browse the repository at this point in the history
  • Loading branch information
colinsauze committed Mar 29, 2023
2 parents afa28fc + 2dbbbea commit 98196f2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:
strategy:
matrix:
#which versions of python will we target?
python-version: [3.7, 3.8, 3.9, 3.10, 3.11, 3.12]
python-version: [3.7, 3.8, 3.9, '3.10', 3.11]

steps:

#checkout the code, checkout@v2 means version 2 of the checkout command
- uses: actions/checkout@v2
#checkout the code, checkout@v3 means version 3 of the checkout command
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
#install all the dependencies specified in requirements.txt
Expand Down

0 comments on commit 98196f2

Please sign in to comment.