Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
update the comments
  • Loading branch information
armantekinalp committed Nov 7, 2020
1 parent 84b36ca commit 00d5caa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest] # [ubuntu-latest, macos-latest] # Run macos tests if really required, since GitHub charges 10 times more for macOS builds
# Run macos tests if really required, since GitHub charges 10 times more for macOS builds.
os: [ubuntu-latest] # [ubuntu-latest, macos-latest]
python-version: [3.6, 3.7, 3.8]

# Steps represent a sequence of tasks that will be executed as part of the job
Expand Down

0 comments on commit 00d5caa

Please sign in to comment.