Skip to content

GitHub actions #191

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
May 9, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Test using Python 3.6
  • Loading branch information
ahmedfgad committed May 6, 2023
commit d49758fa2d19d57c0845937f55a79995f9f29821
4 changes: 2 additions & 2 deletions .github/workflows/mainpython35.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
- name: Checkout Pre-Built Action
uses: actions/checkout@v3

- name: Setup Python 3.5
- name: Setup Python 3.6
uses: actions/setup-python@v4
with:
python-version: '3.5'
python-version: '3.6'

- name: Build PyGAD from the Repository
run: |
Expand Down