Skip to content

Commit

Permalink
Finally fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
dprada committed Jul 5, 2021
1 parent f51257c commit 1e8bf8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_upload_conda_packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest] #[macOS-latest, ubuntu-latest]
python-version: [3.7]
os: [ubuntu-latest, macOS-latest] #[macOS-latest, ubuntu-latest]
python-version: [3.7, 3.8]

steps:

Expand Down

0 comments on commit 1e8bf8b

Please sign in to comment.