Skip to content

Commit

Permalink
try ci with public repo space
Browse files Browse the repository at this point in the history
  • Loading branch information
gbouras13 committed Feb 23, 2024
1 parent 02b30ee commit 4905daf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI

on:
push:
branches: [ci]
branches: [dev]
pull_request:
branches: [ci]

Expand All @@ -18,7 +18,7 @@ jobs:
strategy:
matrix:
# os: [macos-latest, ubuntu-latest]
os: [macos-latest]
os: [ubuntu-latest]
python-version: ["3.10"]

steps:
Expand Down
1 change: 0 additions & 1 deletion tests/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

# import
import os
os.environ["KMP_DUPLICATE_LIB_OK"] = "True"

import shutil

Expand Down

0 comments on commit 4905daf

Please sign in to comment.