Skip to content

Commit

Permalink
sqaaas unit tests failing (#275)
Browse files Browse the repository at this point in the history
* Update pytest marker for HPC tests

* Temporarily enable action triggers on PR

* Disable action on PR
  • Loading branch information
matbun authored Dec 12, 2024
1 parent e7be017 commit c152f52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sqaaas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
commands: |
make torch-env-cpu
make tensorflow-env-cpu
.venv-pytorch/bin/pytest -v ./tests/ -m "not slurm and not memory_heavy"
.venv-pytorch/bin/pytest -v ./tests/ -m "not hpc and not memory_heavy"
container: eoscsynergy/sqaaas-micromamba:1.5.3-1-rc.8
- name: Print out payload
run: cat workflow_validation_step.json
Expand Down

0 comments on commit c152f52

Please sign in to comment.